Commit 587b00cb authored by R. RyanTM's avatar R. RyanTM
Browse files

debianutils: 5.18 -> 5.19

parent bd8d034e
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 = [