about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2024-03-01 17:15:00 +0100
committerGitHub <noreply@github.com>2024-03-01 17:15:00 +0100
commit85667f39c9879cb9cfd43de6d0325f6f0df70f85 (patch)
treea3c1ceaedd8105764fad652119059b2c2d24fd6a /pkgs/applications/graphics
parent9687022e543a0d6206a37ba6de50b9a8ee6b90e0 (diff)
parentbd3290c7dabebc8645d478c847d6fa94e865d389 (diff)
downloadnixlib-85667f39c9879cb9cfd43de6d0325f6f0df70f85.tar
nixlib-85667f39c9879cb9cfd43de6d0325f6f0df70f85.tar.gz
nixlib-85667f39c9879cb9cfd43de6d0325f6f0df70f85.tar.bz2
nixlib-85667f39c9879cb9cfd43de6d0325f6f0df70f85.tar.lz
nixlib-85667f39c9879cb9cfd43de6d0325f6f0df70f85.tar.xz
nixlib-85667f39c9879cb9cfd43de6d0325f6f0df70f85.tar.zst
nixlib-85667f39c9879cb9cfd43de6d0325f6f0df70f85.zip
Merge pull request #292597 from r-ryantm/auto-update/oculante
oculante: 0.8.11 -> 0.8.13
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 76ac8abc8b21..d6f8c1d641cb 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.11";
+  version = "0.8.13";
 
   src = fetchFromGitHub {
     owner = "woelper";
     repo = "oculante";
     rev = version;
-    hash = "sha256-5nOXt2c7byO+JdVXADu2TyO4vtLyg8UBWerPFMGHcso=";
+    hash = "sha256-RbRvV3OkRZXc0n7qGzqbBtbU81wFc+/Ohg9pbVqdsw4=";
   };
 
-  cargoHash = "sha256-l1JYZxwvNnaff1PYPXniHmfNMG2Um5aPKTYuh/LCHoE=";
+  cargoHash = "sha256-qt4bHCHpiP6yOce9hquVVlLFF906ADwhss4xAP9E0fA=";
 
   nativeBuildInputs = [
     cmake