about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-08-23 08:03:03 +0800
committerGitHub <noreply@github.com>2023-08-23 08:03:03 +0800
commit35a93391be34217906f62ce8a8c7cd88c75db8fc (patch)
tree607936d2a3218d646f84e49c3677b899a22ab30c /pkgs/applications
parenta18d03b998c67f123995872a9732276c4b5a89d7 (diff)
parent96a743330a090f34d2528e7dbf0c5e9dc366166e (diff)
Merge pull request #250841 from figsoda/oculante
oculante: 0.7.2 -> 0.7.3
Diffstat (limited to 'pkgs/applications')
-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 = {