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-17 09:39:15 -0700
committerRobert Schütz <nix@dotlambda.de>2023-03-17 11:18:36 -0700
commite3f324babf0dd64f59985922a1bb3d0ef1c100cd (patch)
tree923d5447f88e05136a38ffac0613e492a53d4813 /pkgs/applications/graphics/rnote
parentee70f7c6930cb244f687d83b0d9770bda328a526 (diff)
rnote: 0.5.17 -> 0.5.18
Diff: https://github.com/flxzt/rnote/compare/v0.5.17...v0.5.18

Changelog: https://github.com/flxzt/rnote/releases/tag/v0.5.18
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 042879d8d5184..5442874689655 100644
--- a/pkgs/applications/graphics/rnote/default.nix
+++ b/pkgs/applications/graphics/rnote/default.nix
@@ -24,19 +24,19 @@
 
 stdenv.mkDerivation rec {
   pname = "rnote";
-  version = "0.5.17";
+  version = "0.5.18";
 
   src = fetchFromGitHub {
     owner = "flxzt";
     repo = "rnote";
     rev = "v${version}";
-    hash = "sha256-/crqcp0oCq1f/5hnYfIcuSUzF5GmiAh2lLhQh+IzP4o=";
+    hash = "sha256-N07Y9kmGvMFS0Kq4i2CltJvNTuqbXausZZGjAQRDmNU=";
   };
 
   cargoDeps = rustPlatform.fetchCargoTarball {
     inherit src;
     name = "${pname}-${version}";
-    hash = "sha256-sfsk67zTmVPPtohJcgQ/OoMPeoNTo/zGs3hdA1D9SwM=";
+    hash = "sha256-ckYmoZLPPo/3WsdA0ir7iBJDqKn7ZAkN0f110ADSBC0=";
   };
 
   patches = [