3
0
Fork 0
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:
7c6f434c 2023-06-19 06:23:11 +00:00 committed by GitHub
commit da7c2c1aff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''