about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-28 06:08:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-28 06:08:58 +0000
commit1ea3e25e3f0b476220426a01bc7b62b3230b1ed4 (patch)
tree0222c537057a4d366e757ebf82c3641735be3cb1 /pkgs/applications/graphics
parentd275de7163c0717b2072c0a67ea6919b0e6a9e0d (diff)
downloadnixlib-1ea3e25e3f0b476220426a01bc7b62b3230b1ed4.tar
nixlib-1ea3e25e3f0b476220426a01bc7b62b3230b1ed4.tar.gz
nixlib-1ea3e25e3f0b476220426a01bc7b62b3230b1ed4.tar.bz2
nixlib-1ea3e25e3f0b476220426a01bc7b62b3230b1ed4.tar.lz
nixlib-1ea3e25e3f0b476220426a01bc7b62b3230b1ed4.tar.xz
nixlib-1ea3e25e3f0b476220426a01bc7b62b3230b1ed4.tar.zst
nixlib-1ea3e25e3f0b476220426a01bc7b62b3230b1ed4.zip
oculante: 0.8.6 -> 0.8.7
Diffstat (limited to 'pkgs/applications/graphics')
-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 f4a29a539c5c..e8a82a71aee4 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.6";
+  version = "0.8.7";
 
   src = fetchFromGitHub {
     owner = "woelper";
     repo = "oculante";
     rev = version;
-    hash = "sha256-AuHiOZuRhO6PVyDyOtmNG6n/CN5brvJ/Ppn25QCshmE=";
+    hash = "sha256-49reMm9woxekJUqHq7biHvlYii9BmLvq6u9RFkASpUw=";
   };
 
-  cargoHash = "sha256-EYwey8dDiyYGJa+scENOpaNK2qAVagTJrAPkSZj12w0=";
+  cargoHash = "sha256-93J0/INcQEvu14pPZeLRfwKECeEGcsch9hUZ0IjYivM=";
 
   nativeBuildInputs = [
     cmake