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

debian-devscripts: 2.25.21 -> 2.25.22 (#457422)

parents 16ebf638 bc10e7b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,14 +30,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "debian-devscripts";
  version = "2.25.21";
  version = "2.25.22";

  src = fetchFromGitLab {
    domain = "salsa.debian.org";
    owner = "debian";
    repo = "devscripts";
    tag = "v${finalAttrs.version}";
    hash = "sha256-5X3bhtUSCBUzIZ3EScppnK+VS2IxnmDwqt2BwQG4fMA=";
    hash = "sha256-FiqM2n33tbzHgwZGZ2CaAvNTrAUgTuwMtNbXbn6EYJ4=";
  };

  patches = [