freecell-solver: 6.14.0 -> 6.16.0 (#463045)

This commit is contained in:
Weijia Wang
2026-02-05 11:31:13 +00:00
committed by GitHub
+2 -2
View File
@@ -15,11 +15,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "freecell-solver";
version = "6.14.0";
version = "6.16.0";
src = fetchurl {
url = "https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-${finalAttrs.version}.tar.xz";
hash = "sha256-HREl2FQivNUhEC18sefIS3aGP+RF3SGHn5d53Gss59w=";
hash = "sha256-cbiILmjxvmJSkGkBjQxzK3UHhmkHfJY0gnlXWEnzQxM=";
};
outputs = [