Merge pull request #126146 from akino11111/update_version

zchunk: 1.1.9 -> 1.1.11
master
Anderson Torres 2021-06-08 14:36:12 -03:00 committed by GitHub
commit c9492a1de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
pname = "zchunk";
version = "1.1.9";
version = "1.1.11";
outputs = [ "out" "lib" "dev" ];
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
owner = "zchunk";
repo = pname;
rev = version;
hash = "sha256-MqnHtqOjLl6R5GZ4f2UX1iLoO9FUT2IfZlSN58wW8JA=";
hash = "sha256-r+qWJOUnTyPJjM9eW44Q2DMKxx4HloyfNrQ6xWDO9vQ=";
};
nativeBuildInputs = [