libdeflate: 1.1 -> 1.2 (#54180)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdeflate/versions
This commit is contained in:
R. RyanTM 2019-01-20 13:34:35 -08:00 committed by Tor Hedin Brønner
parent 44cd0a3655
commit d06f3ca44e

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libdeflate-${version}";
version = "1.1";
version = "1.2";
src = fetchFromGitHub {
owner = "ebiggers";
repo = "libdeflate";
rev = "v${version}";
sha256 = "1wqxwza6rwmhrsy9sw86pdcd0w742gbzsy9qxnq6kk59m6h1dbsb";
sha256 = "0kmp38s7vahvbgzzhs5v0bfyjgas1in7jn69gpyh70kl08279ly0";
};
postPatch = ''