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-03-04 09:06:06 -0800
committerRobert Schütz <github@dotlambda.de>2023-03-05 19:20:07 -0800
commitd6d742cf89e417cef066a30284a1e94ac44aeb9d (patch)
treeda6e62c41dd2d5b78eab9cef25b1c4fc20960d10 /pkgs/applications/graphics/rnote
parent3862acfac53f02d74305aa0c18e3d9552adba595 (diff)
rnote: 0.5.14 -> 0.5.16
Diff: https://github.com/flxzt/rnote/compare/v0.5.14...v0.5.16

Changelog: https://github.com/flxzt/rnote/releases/tag/v0.5.16
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 0af4a3909825e..1dcb3c5802a8a 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.14";
+  version = "0.5.16";
 
   src = fetchFromGitHub {
     owner = "flxzt";
     repo = "rnote";
     rev = "v${version}";
-    hash = "sha256-55hB8UyK+EPJ6/Yj5yNK6endNU9Ux/kZmQNjcrYq6KU=";
+    hash = "sha256-blpANUfFam46Vyyc3vaB7vX07CRMtdMZR2n7FOLGgaU=";
   };
 
   cargoDeps = rustPlatform.fetchCargoTarball {
     inherit src;
     name = "${pname}-${version}";
-    hash = "sha256-NPRImc0nVhYgq9JfGoSM1mT1Z6KQjVWgoLIagOUCM5M=";
+    hash = "sha256-vVU/OVwtIPRw1Ohe5EIqovhyd4oYOR7CPISz8Zo74r0=";
   };
 
   nativeBuildInputs = [