Unverified Commit 0263232b authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

debianutils: 5.23.1 -> 5.23.2 (#429726)

parents 8c61f4ed c2e3bcd5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "debianutils";
  version = "5.23.1";
  version = "5.23.2";

  src = fetchFromGitLab {
    domain = "salsa.debian.org";
    owner = "debian";
    repo = "debianutils";
    rev = "debian/${finalAttrs.version}";
    hash = "sha256-kQFl57kusyL3kGG9pJ8j2AsKBH4245xiPoDUYHjjv1g=";
    hash = "sha256-28pl0uua4gX65uZP1td87HfojKLvkjJbo8KPqpgg/0g=";
  };

  nativeBuildInputs = [