Old update to some newer version.

Not even sure when I made this update, but definitely before 2021 when
I switched to Guix.
This commit is contained in:
Sergiu Ivanov 2024-09-14 14:32:43 +01:00
parent d7147baefc
commit a621c304d1

View file

@ -48,12 +48,12 @@ in
# features.
stdenv.mkDerivation rec {
name = "GINsim";
version = "2.4";
version = "3.0.0b-with-deps";
# Simply fetch the JAR file of GINsim.
src = fetchurl {
url = "http://ginsim.org/sites/default/files/${name}-${version}.jar";
sha256 = "0891q75hli6ghgangscygkqw60x9ikx96i8y4fqca6kdh1xgs15h";
sha256 = "1rs27a7saxf803hyxy6z8vwzi2c1b78sn14l1bnslw5iisbc5bjg";
};
# I fetch the JAR file directly, so no archives to unpack.
dontUnpack = true;