Skip to content

Commit 578b80e

Browse files
authored
debian-devscripts: 2.25.14 -> 2.25.15 (#417349)
2 parents cc679fa + b562125 commit 578b80e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pkgs/by-name/de/debian-devscripts/package.nix

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
lib,
33
stdenv,
4-
fetchurl,
4+
fetchFromGitLab,
55
fetchpatch,
66
xz,
77
dpkg,
@@ -29,11 +29,14 @@ let
2929
in
3030
stdenv.mkDerivation (finalAttrs: {
3131
pname = "debian-devscripts";
32-
version = "2.25.14";
32+
version = "2.25.15";
3333

34-
src = fetchurl {
35-
url = "mirror://debian/pool/main/d/devscripts/devscripts_${finalAttrs.version}.tar.xz";
36-
hash = "sha256-z95BOgGNYFvleqCv8e6B7Tl91xPzgQHkcxIg55maXvQ=";
34+
src = fetchFromGitLab {
35+
domain = "salsa.debian.org";
36+
owner = "debian";
37+
repo = "devscripts";
38+
tag = "v${finalAttrs.version}";
39+
hash = "sha256-s2QSfJyHsFr1eiia/yFj3jsS5k38xNewEe/g5PFpqag=";
3740
};
3841

3942
patches = [

0 commit comments

Comments
 (0)