npingler: 0.4.0 -> 0.5.0

Diff: https://github.com/9999years/npingler/compare/v0.4.0...v0.5.0
This commit is contained in:
Rebecca Turner
2025-12-10 17:34:13 -08:00
parent 2b4195833b
commit b95e94d27a
+3 -3
View File
@@ -14,16 +14,16 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "npingler";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "9999years";
repo = "npingler";
tag = "v${finalAttrs.version}";
hash = "sha256-d34IGZ+Xdzknkmz+JemEEEYde+8zowuGOlGKlm7F3Jk=";
hash = "sha256-vEaIhHN0nNmZbl2oUZzV0s9TyZauq0rY3ACJW6sw2xc=";
};
cargoHash = "sha256-Fs5LPy9dX2hRyMo/YASQesXQoklqYDV78eXnlecet0E=";
cargoHash = "sha256-xwhdlotwr9lyha4nn+meQnHE3/Dge+lT1QPHv+LWiv0=";
buildFeatures = [ "clap_mangen" ];