uutils-hostname: 0-unstable-2026-02-24 -> 0-unstable-2026-03-08

This commit is contained in:
R. Ryantm
2026-03-15 05:31:21 +00:00
parent 4d835ee4d1
commit bf6dee847e
+4 -4
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "uutils-hostname";
version = "0-unstable-2026-02-24";
version = "0-unstable-2026-03-08";
src = fetchFromGitHub {
owner = "uutils";
repo = "hostname";
rev = "b5efd550762655d4483d70fbc54f5829a8f94a11";
hash = "sha256-ipjI6E5x3ORr5H1YQA7NvoTk894fQWLiMdjnb7iaubc=";
rev = "ecf119d03ab203ad828b4e48161f870dd704a503";
hash = "sha256-ynGGk44Ildztqx956NJYvD5+1SBLCPjD8VsI7Nmcxrk=";
};
cargoHash = "sha256-wR8nRDljztDLdxVFb2pdy4wfqw3zWj3mHUpKrAPCFrw=";
cargoHash = "sha256-K0TEsAWyDVfqMkRYuOaisI3k0S6IMYu4XzQTtvvx5XQ=";
cargoBuildFlags = [ "--package uu_hostname" ];