Commit 467ca6a3 authored by R. RyanTM's avatar R. RyanTM
Browse files

uutils-util-linux: 0.0.1-unstable-2026-03-13 -> 0.0.1-unstable-2026-04-01

parent 77ce3bdd
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-03-13";
  version = "0.0.1-unstable-2026-04-01";

  src = fetchFromGitHub {
    owner = "uutils";
    repo = "util-linux";
    rev = "aab78223c814231c1e424b82d56d73fb008b5f1b";
    hash = "sha256-QHQlC7IxxurZqFYEN9hRbhTTupPScZ/y0w+jxM6xEkY=";
    rev = "610a351d6c9072f69cc1f98278d070eab16d82e3";
    hash = "sha256-+SUv/rOegmonEl8eNOHSUmEUEoOirrywe4gH08849mU=";
  };

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

  cargoHash = "sha256-4Cw7ymydXtb3z9IxfxUYb1I6hB0RlkQAMq11QUvZ3to=";
  cargoHash = "sha256-sjhfMzeTDe1ap7W8kVSxTkp90v1v2MulfKzRJAvzn4I=";

  nativeBuildInputs = [
    pkg-config