lol

endgame-singularity: remove unused updater and use tag instead of rev (#418552)

authored by

Wolfgang Walther and committed by
GitHub
29c4b78a 6a13148e

+2 -11
+2 -11
pkgs/by-name/en/endgame-singularity/package.nix
··· 5 5 unzip, 6 6 python3, 7 7 enableDefaultMusicPack ? true, 8 - unstableGitUpdater, 9 8 }: 10 9 11 10 let ··· 15 14 main_src = fetchFromGitHub { 16 15 owner = "singularity"; 17 16 repo = "singularity"; 18 - rev = "8bbc2322ad1a0e83f78f5af731dfa97b6bd63f9c"; 19 - hash = "sha256-HiFE746JtGjZJbiKhB3ubfb376tJmz78jUfdu3/RQic="; 17 + tag = "v${version}"; 18 + hash = "sha256-wYXuhlGp7gisgN2iRXKTpe0Om2AA8u0eBwKHHIYuqbk="; 20 19 }; 21 20 22 21 music_src = fetchurl { ··· 44 43 "$(echo $out/lib/python*/site-packages/singularity)/music" 45 44 # ↑ we cannot glob on [...]/music, it doesn't exist yet 46 45 ''; 47 - 48 - passthru = { 49 - # for the updater 50 - src = main_src; 51 - updateScript = unstableGitUpdater { 52 - tagPrefix = "v"; 53 - }; 54 - }; 55 46 56 47 meta = { 57 48 homepage = "http://www.emhsoft.com/singularity/";