summary refs log tree commit diff
path: root/pkgs/tools/graphics/blockhash
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-08 20:02:56 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-08 20:02:56 -0700
commit927b22589f81399ed0e860d0ab5a6ccb5a5c87c5 (patch)
treed3c2e553546d4875a42cb4df6f2423c4425bffa5 /pkgs/tools/graphics/blockhash
parent20f1388c3fb7c1c56367fd96fd21cfd316f465b7 (diff)
downloadnixlib-927b22589f81399ed0e860d0ab5a6ccb5a5c87c5.tar
nixlib-927b22589f81399ed0e860d0ab5a6ccb5a5c87c5.tar.gz
nixlib-927b22589f81399ed0e860d0ab5a6ccb5a5c87c5.tar.bz2
nixlib-927b22589f81399ed0e860d0ab5a6ccb5a5c87c5.tar.lz
nixlib-927b22589f81399ed0e860d0ab5a6ccb5a5c87c5.tar.xz
nixlib-927b22589f81399ed0e860d0ab5a6ccb5a5c87c5.tar.zst
nixlib-927b22589f81399ed0e860d0ab5a6ccb5a5c87c5.zip
blockhash: 0.3 -> 0.3.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/blockhash/versions.
Diffstat (limited to 'pkgs/tools/graphics/blockhash')
-rw-r--r--pkgs/tools/graphics/blockhash/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/blockhash/default.nix b/pkgs/tools/graphics/blockhash/default.nix
index c48b85cedb26..5ddf8185b3cf 100644
--- a/pkgs/tools/graphics/blockhash/default.nix
+++ b/pkgs/tools/graphics/blockhash/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "blockhash-${version}";
-  version = "0.3";
+  version = "0.3.1";
 
   src = fetchFromGitHub {
     owner = "commonsmachinery";
     repo = "blockhash";
     rev = "v${version}";
-    sha256 = "15iwljpkykn2711jhls7cwkb23gk6iawlvvk4prl972wic2wlxcj";
+    sha256 = "0m7ikppl42iicgmwsb7baajmag7v0p1ab06xckifvrr0zm21bq9p";
   };
 
   nativeBuildInputs = [ python pkgconfig ];