npingler: unstable-2025-08-24 -> 0.4.0

Initial stable release.

https://github.com/9999years/npingler/releases/tag/v0.4.0
This commit is contained in:
Rebecca Turner
2025-09-29 16:37:40 -07:00
parent e7c415cc0e
commit fcdeeee7eb
+6 -6
View File
@@ -5,18 +5,18 @@
nix-update-script,
}:
rustPlatform.buildRustPackage {
rustPlatform.buildRustPackage (finalAttrs: {
pname = "npingler";
version = "unstable-2025-08-24";
version = "0.4.0";
src = fetchFromGitHub {
owner = "9999years";
repo = "npingler";
rev = "b897098be1df890b669dc734edcb10bf8fc798cb";
hash = "sha256-mMwfonIP8fnJDNdl9ANhLmYlM8tPLtBCWNIPSRBT/D4=";
tag = "v${finalAttrs.version}";
hash = "sha256-d34IGZ+Xdzknkmz+JemEEEYde+8zowuGOlGKlm7F3Jk=";
};
cargoHash = "sha256-VhMpgrNy0NauwBSCR+5vjod9H216HPC+rdQUIFVjnRg=";
cargoHash = "sha256-Fs5LPy9dX2hRyMo/YASQesXQoklqYDV78eXnlecet0E=";
meta = {
description = "Nix profile manager for use with npins";
@@ -29,4 +29,4 @@ rustPlatform.buildRustPackage {
};
passthru.updateScript = nix-update-script { };
}
})