1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

sgt-puzzles: 20240827.52afffa -> 20240909.53ceb98

This commit is contained in:
R. Ryantm 2024-09-09 05:38:55 +00:00
parent 49ba5e4e45
commit c9f39f0443

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "sgt-puzzles";
version = "20240827.52afffa";
version = "20240909.53ceb98";
src = fetchurl {
url = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${version}.tar.gz";
hash = "sha256-G+FZnr7+XvvxDpBWyH4Dv8NEjSWTXDoVNzbzNpMTbLg=";
hash = "sha256-BRbTm6dnogzkAVYZjQ8/YTEB4A8edNa2yymR3KlqAE4=";
};
sgt-puzzles-menu = fetchurl {