Skip to content

Commit

Permalink
rnote: 0.5.0-hotfix-2 -> 0.5.1-hotfix-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed May 9, 2022
1 parent 43c99be commit f42f88b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/graphics/rnote/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@

stdenv.mkDerivation rec {
pname = "rnote";
version = "0.5.0-hotfix-2";
version = "0.5.1-hotfix-1";

src = fetchFromGitHub {
owner = "flxzt";
repo = "rnote";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-8sv7GQopUbKv8JS1/UXRFeK++UZKk3CJBOzUMx9vZDU=";
hash = "sha256-Oq/RKeKICyImSPr4GSNjPXZWtuRQ7+9nRfl9MmC+UYI=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-N0qsph68FAkwOpyr9QUw0bDQKn7t22Hbz9BYYOs4pCM=";
hash = "sha256-gdVy+7xSQVkI84Ta6KLOLR9UUsDoD2Cd0cuNU+OXf2M=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit f42f88b

Please sign in to comment.