Unverified Commit bd6832f8 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

uutils-util-linux: 0.0.1-unstable-2026-02-12 -> 0.0.1-unstable-2026-02-17 (#492355)

parents 8f3f3cf1 e2276a91
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "uutils-util-linux";
  version = "0.0.1-unstable-2026-02-12";
  version = "0.0.1-unstable-2026-02-17";

  src = fetchFromGitHub {
    owner = "uutils";
    repo = "util-linux";
    rev = "30b133e62708d438ed6f55f5e012ebc26148f4f2";
    hash = "sha256-QagAhJF9L06SfGMe0fOBBAy/pkrQQGRD232EdxbwhGw=";
    rev = "1c5ba7734946561957fad3f68a1b72df7efeff80";
    hash = "sha256-Bh0QViZv9lJjBume+42L26Kll4/B+MS+XhLaeIo52NM=";
  };

  postPatch = ''
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
      --replace-fail '"cut"' '"${lib.getExe' coreutils "cut"}"'
  '';

  cargoHash = "sha256-Ay917G67gICdEG98tRRgJhwYDJ140lKmn0mZa7SNels=";
  cargoHash = "sha256-BBJBd635Z7j20LVJIv/zYWJZpmeICRXni38VoVSzjgE=";

  nativeBuildInputs = [
    pkg-config