Unverified Commit da7c2c1a authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #238517 from r-ryantm/auto-update/debian-devscripts

debian-devscripts: 2.22.2 -> 2.23.5
parents fcbd2f78 cc4fdf09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''