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

debian-devscripts: 2.26.4 -> 2.26.5 (#483413)

parents 46f9cf8e cd1f456b
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.26.4";
  version = "2.26.5";

  src = fetchFromGitLab {
    domain = "salsa.debian.org";
    owner = "debian";
    repo = "devscripts";
    tag = "v${finalAttrs.version}";
    hash = "sha256-QGveq9PZfy/m+ah4gBvZDMkVWS50oj1f4SJsKcCKGug=";
    hash = "sha256-Fwl7UGIe0DcqKRWC/rm1Sa1DfxX4I35yJVSmfxERK6k=";
  };

  patches = [