about summary refs log tree commit diff
path: root/pkgs/applications/graphics/rnote
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-02-22 13:17:16 -0800
committerRobert Schütz <nix@dotlambda.de>2023-02-22 13:17:16 -0800
commit3f6137791b43f94d6c788ef7c8f1156d32cb3869 (patch)
treeba3b40e96cbb866e632dfd3cd7cbd21925bbd34b /pkgs/applications/graphics/rnote
parent60448a8845a4ed061779fe1de87e5c2c805e15fb (diff)
rnote: 0.5.13 -> 0.5.14
Diff: https://github.com/flxzt/rnote/compare/v0.5.13...v0.5.14

Changelog: https://github.com/flxzt/rnote/releases/tag/v0.5.14
Diffstat (limited to 'pkgs/applications/graphics/rnote')
-rw-r--r--pkgs/applications/graphics/rnote/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/rnote/default.nix b/pkgs/applications/graphics/rnote/default.nix
index 400b5d262c407..0af4a3909825e 100644
--- a/pkgs/applications/graphics/rnote/default.nix
+++ b/pkgs/applications/graphics/rnote/default.nix
@@ -23,19 +23,19 @@
 
 stdenv.mkDerivation rec {
   pname = "rnote";
-  version = "0.5.13";
+  version = "0.5.14";
 
   src = fetchFromGitHub {
     owner = "flxzt";
     repo = "rnote";
     rev = "v${version}";
-    hash = "sha256-8HMaCO+v9PbkoS8Z1BmndiU7UmlG4TT0+bSESIwa3RM=";
+    hash = "sha256-55hB8UyK+EPJ6/Yj5yNK6endNU9Ux/kZmQNjcrYq6KU=";
   };
 
   cargoDeps = rustPlatform.fetchCargoTarball {
     inherit src;
     name = "${pname}-${version}";
-    hash = "sha256-rXAPILGzLZ3Ne4nhdaPZH1R2ezaF+D/P2t/Sod6nxo8=";
+    hash = "sha256-NPRImc0nVhYgq9JfGoSM1mT1Z6KQjVWgoLIagOUCM5M=";
   };
 
   nativeBuildInputs = [