debianutils: 4.8.6.1 -> 4.8.6.2
This commit is contained in:
parent
7803ff314c
commit
efed1cb9a5
@ -1,15 +1,15 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "4.8.6.1";
|
pname = "debianutils";
|
||||||
name = "debianutils-${version}";
|
version = "4.8.6.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://debian/pool/main/d/debianutils/debianutils_${version}.tar.xz";
|
url = "mirror://debian/pool/main/d/${pname}/${pname}_${version}.tar.xz";
|
||||||
sha256 = "1vamrgzsfdb2183xgj1qmfzh710iqj2dlbdsl92n3ckqfa51x7q9";
|
sha256 = "1fhbn62v85ydcap4pjx6jb37bly42lf3l64ig4ppr7yiaax8i8xc";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Miscellaneous utilities specific to Debian";
|
description = "Miscellaneous utilities specific to Debian";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
This package provides a number of small utilities which are used primarily by the installation scripts of Debian packages, although you may use them directly.
|
This package provides a number of small utilities which are used primarily by the installation scripts of Debian packages, although you may use them directly.
|
||||||
@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
The specific utilities included are: add-shell installkernel ischroot remove-shell run-parts savelog tempfile which
|
The specific utilities included are: add-shell installkernel ischroot remove-shell run-parts savelog tempfile which
|
||||||
'';
|
'';
|
||||||
downloadPage = https://packages.debian.org/sid/debianutils;
|
downloadPage = https://packages.debian.org/sid/debianutils;
|
||||||
license = with stdenv.lib.licenses; [ gpl2Plus publicDomain smail ];
|
license = with licenses; [ gpl2Plus publicDomain smail ];
|
||||||
maintainers = [];
|
maintainers = [];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user