progress: 0.15 -> 0.16
This commit is contained in:
parent
b91fa69ed0
commit
43d381f918
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "progress";
|
pname = "progress";
|
||||||
version = "0.15";
|
version = "0.16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Xfennec";
|
owner = "Xfennec";
|
||||||
repo = "progress";
|
repo = "progress";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1cnb4ixlhshn139mj5sr42k5m6gjjbyqvkn1324c47niwrgp7dqm";
|
sha256 = "sha256-kkEyflyBaQ5hUVo646NUuC1u54uzLJJsVFej9pMEwT0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config which ];
|
nativeBuildInputs = [ pkg-config which ];
|
||||||
|
|
Loading…
Reference in New Issue