3
0
Fork 0
forked from mirrors/nixpkgs

sysvinit: 2.94 -> 2.95

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sysvinit/versions
This commit is contained in:
R. RyanTM 2019-07-02 17:46:31 -07:00 committed by Frederik Rietdijk
parent 7f67dba302
commit 3aa55684c3

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl, withoutInitTools ? false }:
let version = "2.94"; in
let version = "2.95"; in
stdenv.mkDerivation {
name = (if withoutInitTools then "sysvtools" else "sysvinit") + "-" + version;
src = fetchurl {
url = "mirror://savannah/sysvinit/sysvinit-${version}.tar.xz";
sha256 = "05wshfgrijp3pi9rpfsa0yx4w3bf5v6hlwjqw79nlhz53xjca2by";
sha256 = "1j46dydib9yd2a46w43is9b61lplwrsry46fw7cbmfrn7ywrq0n9";
};
prePatch = ''