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.
This commit is contained in:
parent
20f1388c3f
commit
927b22589f
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "blockhash-${version}";
|
name = "blockhash-${version}";
|
||||||
version = "0.3";
|
version = "0.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "commonsmachinery";
|
owner = "commonsmachinery";
|
||||||
repo = "blockhash";
|
repo = "blockhash";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "15iwljpkykn2711jhls7cwkb23gk6iawlvvk4prl972wic2wlxcj";
|
sha256 = "0m7ikppl42iicgmwsb7baajmag7v0p1ab06xckifvrr0zm21bq9p";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ python pkgconfig ];
|
nativeBuildInputs = [ python pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user