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