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

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

debianutils: 5.18 -> 5.19
parents 2e2f3024 587b00cb
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.18";
  version = "5.19";

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

  nativeBuildInputs = [