forked from mirrors/nixpkgs
Merge pull request #238517 from r-ryantm/auto-update/debian-devscripts
debian-devscripts: 2.22.2 -> 2.23.5
This commit is contained in:
commit
da7c2c1aff
|
@ -11,12 +11,12 @@ let
|
|||
exec ''${EDITOR-${nano}/bin/nano} "$@"
|
||||
'';
|
||||
in stdenv.mkDerivation rec {
|
||||
version = "2.22.2";
|
||||
version = "2.23.5";
|
||||
pname = "debian-devscripts";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://debian/pool/main/d/devscripts/devscripts_${version}.tar.xz";
|
||||
hash = "sha256-Fflalt2JxqLS0gq0wy88pXCqiNvHj7sfP7fLwdSmUCs=";
|
||||
hash = "sha256-j0fUVTS/lPKFdgeMhksiJz2+E5koB07IK2uEj55EWG0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue