sgt-puzzles: 20240302.80aac31 -> 20240330.fd304c5

This commit is contained in:
R. Ryantm
2024-03-31 18:04:30 +11:00
committed by tomf
parent 7848d6f048
commit 04e15baaad
+2 -2
View File
@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "sgt-puzzles";
version = "20240302.80aac31";
version = "20240330.fd304c5";
src = fetchurl {
url = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${version}.tar.gz";
hash = "sha256-0+bmGq4wM+0/ldQz8ieKdkuG0HHazctQr9ul/qLT0gg=";
hash = "sha256-usEgCfbeKOkAg/sHpRxuMcPGHxb+J5+r92aO4Ar7iUA=";
};
sgt-puzzles-menu = fetchurl {