rnote: 0.5.1-hotfix-1 -> 0.5.3

https://github.com/flxzt/rnote/releases/tag/v0.5.2
https://github.com/flxzt/rnote/releases/tag/v0.5.3

authored by Robert Schütz and committed by Robert Schütz 92e0e80f 92f39589

+3 -3
+3 -3
pkgs/applications/graphics/rnote/default.nix
··· 22 23 stdenv.mkDerivation rec { 24 pname = "rnote"; 25 - version = "0.5.1-hotfix-1"; 26 27 src = fetchFromGitHub { 28 owner = "flxzt"; 29 repo = "rnote"; 30 rev = "v${version}"; 31 fetchSubmodules = true; 32 - hash = "sha256-Oq/RKeKICyImSPr4GSNjPXZWtuRQ7+9nRfl9MmC+UYI="; 33 }; 34 35 cargoDeps = rustPlatform.fetchCargoTarball { 36 inherit src; 37 name = "${pname}-${version}"; 38 - hash = "sha256-gdVy+7xSQVkI84Ta6KLOLR9UUsDoD2Cd0cuNU+OXf2M="; 39 }; 40 41 nativeBuildInputs = [
··· 22 23 stdenv.mkDerivation rec { 24 pname = "rnote"; 25 + version = "0.5.3"; 26 27 src = fetchFromGitHub { 28 owner = "flxzt"; 29 repo = "rnote"; 30 rev = "v${version}"; 31 fetchSubmodules = true; 32 + hash = "sha256-v4cca4tSv//VFUvOfemkueELxlez2TdtynqbzjCTlB4="; 33 }; 34 35 cargoDeps = rustPlatform.fetchCargoTarball { 36 inherit src; 37 name = "${pname}-${version}"; 38 + hash = "sha256-sK8GOLxNG4mu45oQSaFi467DHYt00Pxu3vMM6Po/YqI="; 39 }; 40 41 nativeBuildInputs = [