Merge pull request #44802 from r-ryantm/auto-update/blockhash

blockhash: 0.3 -> 0.3.1
This commit is contained in:
Silvan Mosberger 2018-08-14 17:15:36 +02:00 committed by GitHub
commit 2d1316ec41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];