golly: 4.3 -> 5.0 (#456048)

This commit is contained in:
7c6f434c
2025-10-27 11:05:09 +00:00
committed by GitHub
+2 -2
View File
@@ -13,10 +13,10 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "golly";
version = "4.3";
version = "5.0";
src = fetchurl {
hash = "sha256-UdJHgGPn7FDN4rYTgfPBAoYE5FGC43TP8OFBmYIqCB0=";
hash = "sha256-WDXN5CgVP5uEC6lKQ1nlyybrMC56wBoJfNf1pcgwNhE=";
url = "mirror://sourceforge/project/golly/golly/golly-${finalAttrs.version}/golly-${finalAttrs.version}-src.tar.gz";
};