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

debian-devscripts: 2.25.10 -> 2.25.14 (#414554)

parents bf817a01 eb1a6a6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,11 +29,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "debian-devscripts";
  version = "2.25.10";
  version = "2.25.14";

  src = fetchurl {
    url = "mirror://debian/pool/main/d/devscripts/devscripts_${finalAttrs.version}.tar.xz";
    hash = "sha256-pEzXrKV/bZbYG7j5QXjRDATZRGLt0fhdpwTDbCoKcus=";
    hash = "sha256-z95BOgGNYFvleqCv8e6B7Tl91xPzgQHkcxIg55maXvQ=";
  };

  patches = [