uutils-tar: 0-unstable-2026-02-04 -> 0-unstable-2026-02-11 (#489549)

This commit is contained in:
Nick Cao
2026-02-12 22:05:33 +00:00
committed by GitHub
+4 -4
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "uutils-tar";
version = "0-unstable-2026-02-04";
version = "0-unstable-2026-02-11";
src = fetchFromGitHub {
owner = "uutils";
repo = "tar";
rev = "7c563ac2bad0527558dabd82b57a2c72a458a812";
hash = "sha256-XYSCqXUxtE07o/elHKUnP6hDzWYP1XIfifU31mQ/z2o=";
rev = "9743b70ac8d22454d23d1a0ab05a28581adac5d8";
hash = "sha256-hCT4YbqFmWGEEyfypyzy9yD18htRklf/aa3uKYnbs3M=";
};
cargoHash = "sha256-4PFGlgkosF3qU9GnyR34tlarYxiG+ek4VERK1ZI/2pg=";
cargoHash = "sha256-GGh9TAGopJVjX+546unIto3FTtgOg67MFfiJSPjgaE8=";
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];