rnote: 0.5.0-hotfix-2 -> 0.5.1-hotfix-1

https://github.com/flxzt/rnote/releases/tag/v0.5.1-hotfix-1

authored by Robert Schütz and committed by Robert Schütz f42f88bd 43c99beb

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