aspcud: 1.9.5 -> 1.9.6

This commit is contained in:
R. Ryantm 2022-07-29 04:07:40 +00:00
parent 6c36cf7d3f
commit b0c160b51a

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 = ''