lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

alephone: 1.6.1 -> 1.6.2

+3 -3
+3 -3
pkgs/games/alephone/default.nix
··· 7 7 self = stdenv.mkDerivation rec { 8 8 outputs = [ "out" "icons" ]; 9 9 pname = "alephone"; 10 - version = "1.6.1"; 10 + version = "1.6.2"; 11 11 12 12 src = fetchurl { 13 - url = let date = "20230119"; 13 + url = let date = "20230529"; 14 14 in "https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${date}/AlephOne-${date}.tar.bz2"; 15 - sha256 = "sha256-rC9RfWUolsKjKGsJaGj0PaO+J4HNF/gQhd56XapcMCY="; 15 + sha256 = "sha256-UqhZvOMOxU4W0eLRRTQvGXaqTpWD5KIdXULClHW7Iyc="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ pkg-config icoutils ];