Skip to content

Commit ac67479

Browse files
authored
fastchess: 1.6.0-alpha -> 1.8.0-alpha (#489142)
2 parents 4215e62 + a2c3e40 commit ac67479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fa/fastchess/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "fastchess";
11-
version = "1.6.0-alpha";
11+
version = "1.8.0-alpha";
1212

1313
src = fetchFromGitHub {
1414
owner = "Disservin";
1515
repo = "fastchess";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-CyV9pKCqVXvgm/Lx62v6l3cr2xsVBs1iMOXAsGbpfXI=";
17+
hash = "sha256-FwBsFgFNPbIL1bzQU1Uxf6JAxWKJXaJx1iZV+1hchX0=";
1818
};
1919

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)