mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 06:07:34 +00:00
sysvinit: 2.93 -> 2.94 (#56760)
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:
parent
9809a541b2
commit
7e26b9d53e
@ -1,13 +1,13 @@
|
||||
{ stdenv, fetchurl, withoutInitTools ? false }:
|
||||
|
||||
let version = "2.93"; in
|
||||
let version = "2.94"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = (if withoutInitTools then "sysvtools" else "sysvinit") + "-" + version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://savannah/sysvinit/sysvinit-${version}.tar.xz";
|
||||
sha256 = "1zx84vrzv615na661dd6mg4wh999m0jp25lsa241961x4c74cba7";
|
||||
sha256 = "05wshfgrijp3pi9rpfsa0yx4w3bf5v6hlwjqw79nlhz53xjca2by";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user