pinact: 1.2.1 -> 1.2.2

This commit is contained in:
R. Ryantm
2025-03-16 23:12:17 +00:00
parent 8db87f2960
commit 72ecfda14a
+3 -3
View File
@@ -8,19 +8,19 @@
let
pname = "pinact";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "suzuki-shunsuke";
repo = "pinact";
tag = "v${version}";
hash = "sha256-WBKe398W9NXwZwiK6P5SDay45bFGkOf1+cmGlS+fWRc=";
hash = "sha256-p2kixWkJgQYanbsShMtDWoY6AT0WrTVLI+Borzm8XLA=";
};
mainProgram = "pinact";
in
buildGoModule {
inherit pname version src;
vendorHash = "sha256-Ix7C+Xs8Y4LoI06Xb5qVGwoJ+J87wTjYjmQp6aAeFhw=";
vendorHash = "sha256-EPQGozC2E+Q+12YBr2xXSzkI/X6bF6NX2kZ8UPh0BXs=";
env.CGO_ENABLED = 0;