Merge pull request #183585 from r-ryantm/auto-update/aspcud

aspcud: 1.9.5 -> 1.9.6
This commit is contained in:
Jonas Heinrich 2022-08-22 15:09:02 +02:00 committed by GitHub
commit c25e0f818d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,14 @@
}:
stdenv.mkDerivation rec {
version = "1.9.5";
version = "1.9.6";
pname = "aspcud";
src = fetchFromGitHub {
owner = "potassco";
repo = "aspcud";
rev = "v${version}";
hash = "sha256-d04GPMoz6PMGq6iiul0zT1C9Mljdl9uJJ2C8MIwcmaw=";
hash = "sha256-PdRfpmH7zF5dn+feoijtzdSUjaYhjHwyAUfuYoWCL9E=";
};
postPatch = ''