about summary refs log tree commit diff
path: root/pkgs/applications/graphics/oculante
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-22 17:48:17 -0400
committerfigsoda <figsoda@pm.me>2023-08-22 17:48:17 -0400
commit96a743330a090f34d2528e7dbf0c5e9dc366166e (patch)
tree4210ca825f059f9a76863651ba5b2243addc6674 /pkgs/applications/graphics/oculante
parentf2f2a6e17be7c979b4c3bdf3828fff5b5e80c04d (diff)
oculante: 0.7.2 -> 0.7.3
Diff: https://github.com/woelper/oculante/compare/0.7.2...0.7.3

Changelog: https://github.com/woelper/oculante/blob/0.7.3/CHANGELOG.md
Diffstat (limited to 'pkgs/applications/graphics/oculante')
-rw-r--r--pkgs/applications/graphics/oculante/Cargo.lock2
-rw-r--r--pkgs/applications/graphics/oculante/default.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/oculante/Cargo.lock b/pkgs/applications/graphics/oculante/Cargo.lock
index 4b71b4662fd92..54ba65ae7f0d2 100644
--- a/pkgs/applications/graphics/oculante/Cargo.lock
+++ b/pkgs/applications/graphics/oculante/Cargo.lock
@@ -3219,7 +3219,7 @@ dependencies = [
 
 [[package]]
 name = "oculante"
-version = "0.7.2"
+version = "0.7.3"
 dependencies = [
  "anyhow",
  "arboard",
diff --git a/pkgs/applications/graphics/oculante/default.nix b/pkgs/applications/graphics/oculante/default.nix
index 271a9dba88273..44a98828c85a9 100644
--- a/pkgs/applications/graphics/oculante/default.nix
+++ b/pkgs/applications/graphics/oculante/default.nix
@@ -21,13 +21,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "oculante";
-  version = "0.7.2";
+  version = "0.7.3";
 
   src = fetchFromGitHub {
     owner = "woelper";
     repo = pname;
     rev = version;
-    hash = "sha256-OJKmnH1uJvVnHiuieveDaR+lybpWHC3MZvis0iAKiZU=";
+    hash = "sha256-Q4YEBEA+Kt09Se9b03EZ6phm+6Q3fAxXCZRXQeqPA2k=";
   };
 
   cargoLock = {