aspcud: 1.9.4 -> 1.9.5

This commit is contained in:
R. RyanTM 2021-01-18 10:04:20 +00:00 committed by tomberek
parent 7a1eaaca36
commit 879e1aa008

View file

@ -3,12 +3,12 @@
}:
stdenv.mkDerivation rec {
version = "1.9.4";
version = "1.9.5";
pname = "aspcud";
src = fetchzip {
url = "https://github.com/potassco/aspcud/archive/v${version}.tar.gz";
sha256 = "0vrf7h7g99vw1mybqfrpxamsnf89p18czlzgjmxl1zkiwc7vjpzw";
sha256 = "sha256-d04GPMoz6PMGq6iiul0zT1C9Mljdl9uJJ2C8MIwcmaw=";
};
nativeBuildInputs = [ cmake ];