about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-20 09:08:24 -0500
committerGitHub <noreply@github.com>2024-02-20 09:08:24 -0500
commit6629b62d1123a7e477791d8f80ee9ffbb89dc629 (patch)
tree0f548faef768d017b6dd0804ca63193a2a6bd328
parent06abd95afa1399fd108720a20dc6cffbe9de389d (diff)
parent99fe038cae30d7317f717eb9589921e1c944ce04 (diff)
Merge pull request #290134 from r-ryantm/auto-update/oculante
oculante: 0.8.7 -> 0.8.8
-rw-r--r--pkgs/applications/graphics/oculante/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/oculante/default.nix b/pkgs/applications/graphics/oculante/default.nix
index e8a82a71aee4b..eabeac36f70af 100644
--- a/pkgs/applications/graphics/oculante/default.nix
+++ b/pkgs/applications/graphics/oculante/default.nix
@@ -22,16 +22,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "oculante";
-  version = "0.8.7";
+  version = "0.8.8";
 
   src = fetchFromGitHub {
     owner = "woelper";
     repo = "oculante";
     rev = version;
-    hash = "sha256-49reMm9woxekJUqHq7biHvlYii9BmLvq6u9RFkASpUw=";
+    hash = "sha256-LfMun9eG/76wqm2SADYIjWXOHbCl5yikkdK2FoavSWY=";
   };
 
-  cargoHash = "sha256-93J0/INcQEvu14pPZeLRfwKECeEGcsch9hUZ0IjYivM=";
+  cargoHash = "sha256-UALmfUD0+n4d/oYDgeX5mStOYw7QRftfCIE3AKezrQQ=";
 
   nativeBuildInputs = [
     cmake