about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authortomberek <tomberek@users.noreply.github.com>2022-04-09 21:54:21 -0400
committerGitHub <noreply@github.com>2022-04-09 21:54:21 -0400
commit7de3765a5dbf16554abccd9bf3c4a7743baa493c (patch)
treec2dbfdf0ce4ee9a36bd6110c49cfb659a3ce2224 /pkgs
parent5b0661970a88a875937d200990face27b6b25642 (diff)
parentf3751e938d8f3d5621fc509141f51bf9e032255e (diff)
Merge pull request #167928 from r-ryantm/auto-update/pHash
phash: 0.9.4 -> 0.9.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/phash/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/phash/default.nix b/pkgs/development/libraries/phash/default.nix
index 4596c5aaf4f6d..73097db5ccc6c 100644
--- a/pkgs/development/libraries/phash/default.nix
+++ b/pkgs/development/libraries/phash/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   pname = "pHash";
-  version = "0.9.4";
+  version = "0.9.6";
 
   buildInputs = [ cimg ];
 
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     owner = "clearscene";
     repo = "pHash";
     rev = version;
-    sha256 = "0y4gknfkns5sssfaj0snyx29752my20xmxajg6xggijx0myabbv0";
+    sha256 = "sha256-frISiZ89ei7XfI5F2nJJehfQZsk0Mlb4n91q/AiZ2vA=";
   };
 
   meta = with lib; {