debian-devscripts: 2.25.17 -> 2.25.18

This commit is contained in:
R. Ryantm 2025-08-18 00:21:32 +00:00
parent 8000dc1d3f
commit 3cfc17517a

View File

@ -30,14 +30,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "debian-devscripts";
version = "2.25.17";
version = "2.25.18";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "debian";
repo = "devscripts";
tag = "v${finalAttrs.version}";
hash = "sha256-l5FVMg5PEpook9eKdaAnOUlFg7SAas3QC4xF1Spvyf0=";
hash = "sha256-POmUwNYKfdWda80T44S6x2Dg2TpezMirXuiI95Z077Q=";
};
patches = [