libdeflate: 1.5 -> 1.6 (#88163)
This commit is contained in:
parent
f4264028ad
commit
4a8a4c2b99
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libdeflate";
|
pname = "libdeflate";
|
||||||
version = "1.5";
|
version = "1.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ebiggers";
|
owner = "ebiggers";
|
||||||
repo = "libdeflate";
|
repo = "libdeflate";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1v0y7998p8a8wpblnpdyk5zzvpj8pbrpzxwxmv0b0axrhaarxrf3";
|
sha256 = "1rhichmalqz7p1hiwvn6y0isralpbf0w5nyjp4lg0asawkxy9cww";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user