freecell-solver: 6.12.0 -> 6.14.0 (#417696)

This commit is contained in:
Weijia Wang
2025-06-30 23:02:26 +02:00
committed by GitHub
+2 -2
View File
@@ -16,11 +16,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "freecell-solver";
version = "6.12.0";
version = "6.14.0";
src = fetchurl {
url = "https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-${finalAttrs.version}.tar.xz";
hash = "sha256-oriegEzkuRjvdJAxZ2IQ8glf6jqMsSmAVgKEPHxIhKA=";
hash = "sha256-HREl2FQivNUhEC18sefIS3aGP+RF3SGHn5d53Gss59w=";
};
outputs = [