about summary refs log tree commit diff
path: root/pkgs/applications/graphics/rnote
diff options
context:
space:
mode:
authorGutyina Gergő <gutyina.gergo.2@gmail.com>2023-12-13 09:19:30 +0100
committerGutyina Gergő <gutyina.gergo.2@gmail.com>2023-12-13 21:33:12 +0100
commit00f84478e4f193ffcfff9ff4b76b82a7258cd8f5 (patch)
treeeb4ab5750694aab5e2331769b25fc5be2b76ad56 /pkgs/applications/graphics/rnote
parente97b3e4186bcadf0ef1b6be22b8558eab1cdeb5d (diff)
rnote: 0.9.3 -> 0.9.4
Diffstat (limited to 'pkgs/applications/graphics/rnote')
-rw-r--r--pkgs/applications/graphics/rnote/Cargo.lock9
-rw-r--r--pkgs/applications/graphics/rnote/default.nix4
2 files changed, 7 insertions, 6 deletions
diff --git a/pkgs/applications/graphics/rnote/Cargo.lock b/pkgs/applications/graphics/rnote/Cargo.lock
index 873251fcf9db2..af715c5955f20 100644
--- a/pkgs/applications/graphics/rnote/Cargo.lock
+++ b/pkgs/applications/graphics/rnote/Cargo.lock
@@ -3414,7 +3414,7 @@ dependencies = [
 
 [[package]]
 name = "rnote"
-version = "0.9.3"
+version = "0.9.4"
 dependencies = [
  "anyhow",
  "base64",
@@ -3462,7 +3462,7 @@ dependencies = [
 
 [[package]]
 name = "rnote-cli"
-version = "0.9.3"
+version = "0.9.4"
 dependencies = [
  "anyhow",
  "atty",
@@ -3480,9 +3480,10 @@ dependencies = [
 
 [[package]]
 name = "rnote-compose"
-version = "0.9.3"
+version = "0.9.4"
 dependencies = [
  "anyhow",
+ "approx",
  "base64",
  "clap",
  "ink-stroke-modeler-rs",
@@ -3508,7 +3509,7 @@ dependencies = [
 
 [[package]]
 name = "rnote-engine"
-version = "0.9.3"
+version = "0.9.4"
 dependencies = [
  "anyhow",
  "approx",
diff --git a/pkgs/applications/graphics/rnote/default.nix b/pkgs/applications/graphics/rnote/default.nix
index 218c1f787555e..7940e574dc507 100644
--- a/pkgs/applications/graphics/rnote/default.nix
+++ b/pkgs/applications/graphics/rnote/default.nix
@@ -26,13 +26,13 @@
 
 stdenv.mkDerivation rec {
   pname = "rnote";
-  version = "0.9.3";
+  version = "0.9.4";
 
   src = fetchFromGitHub {
     owner = "flxzt";
     repo = "rnote";
     rev = "v${version}";
-    hash = "sha256-TeOBLPQc4y1lstqZUBDS3vUPama80UieifmxL2Qswvw=";
+    hash = "sha256-twysPSuCu++dVqoRKTNSvxwrO1ljUu4k2vPZEBkaj10=";
   };
 
   cargoDeps = rustPlatform.importCargoLock {