Unverified Commit 4284c2b7 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

Merge pull request #324711 from r-ryantm/auto-update/debianutils

debianutils: 5.19 -> 5.20
parents 73969938 72cfd510
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "debianutils";
  version = "5.19";
  version = "5.20";

  src = fetchFromGitLab {
    domain = "salsa.debian.org";
    owner = "debian";
    repo = "debianutils";
    rev = "debian/${finalAttrs.version}";
    hash = "sha256-2YJgHwjD1JyqzdYaicrgKHA/a5KdkdPJnhGQxoq/KpU=";
    hash = "sha256-SBpB821LPyJhfWqhzQxMI50rTXlShU3ku85oRDla4cw=";
  };

  nativeBuildInputs = [