mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
sysvinit: 2.95 -> 2.96
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
419b06b507
commit
b1e0c37ee3
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, withoutInitTools ? false }:
|
{ stdenv, fetchurl, withoutInitTools ? false }:
|
||||||
|
|
||||||
let version = "2.95"; in
|
let version = "2.96"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = (if withoutInitTools then "sysvtools" else "sysvinit") + "-" + version;
|
name = (if withoutInitTools then "sysvtools" else "sysvinit") + "-" + version;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/sysvinit/sysvinit-${version}.tar.xz";
|
url = "mirror://savannah/sysvinit/sysvinit-${version}.tar.xz";
|
||||||
sha256 = "1j46dydib9yd2a46w43is9b61lplwrsry46fw7cbmfrn7ywrq0n9";
|
sha256 = "11xmcamvjmrw874zp0vc37hrqc4hz02i0iy8n4xa4dd25avjcbia";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user