lol

s6-linux-utils: 2.5.1.7 -> 2.6.0.0

authored by kylie.land and committed by

Alyssa Ross 86ca4f59 d246edf6

+3 -3
+3 -3
pkgs/os-specific/linux/s6-linux-utils/default.nix
··· 4 4 5 5 buildPackage { 6 6 pname = "s6-linux-utils"; 7 - version = "2.5.1.7"; 8 - sha256 = "1n6zmnczbybwcchkhg5zqixz8mdk5bfn0sxq0kxifgpi9ggw5a46"; 7 + version = "2.6.0.0"; 8 + sha256 = "sha256-bHEyc0oMgocALuaRDEafF1qX12aoAjwMM6+LqSZD7Vk="; 9 9 10 10 description = "A set of minimalistic Linux-specific system utilities"; 11 11 platforms = lib.platforms.linux; ··· 24 24 25 25 postInstall = '' 26 26 # remove all s6 executables from build directory 27 - rm $(find -name "s6-*" -type f -mindepth 1 -maxdepth 1 -executable) 27 + rm $(find -name "s6-*" -type f -mindepth 1 -maxdepth 1 -executable) rngseed 28 28 29 29 mv doc $doc/share/doc/s6-linux-utils/html 30 30 '';