Merge pull request from r-ryantm/auto-update/zchunk

zchunk: 1.3.0 -> 1.3.1
This commit is contained in:
figsoda 2023-06-02 09:44:59 -04:00 committed by GitHub
commit 7409e8f091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "zchunk";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "zchunk";
repo = pname;
rev = version;
hash = "sha256-9T1u2Qvy2gRUQzgAp81x+tSbHXuEoxhYhS1T9XntvKk=";
hash = "sha256-mZc8DC26c4hZzHsozhBmuvaIjL3ifQ7GYYGDEsBBPKc=";
};
nativeBuildInputs = [