debian-devscripts: 2.22.2 -> 2.23.5

This commit is contained in:
R. Ryantm 2023-06-19 05:20:47 +00:00
parent c1bca7fe84
commit cc4fdf0999

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