pinact: 2.2.0 -> 3.0.5 (#401997)

Co-authored-by: kachick <kachick@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-26 11:10:52 +00:00
committed by GitHub
co-authored by kachick
+3 -3
View File
@@ -8,19 +8,19 @@
let
pname = "pinact";
version = "2.2.0";
version = "3.0.5";
src = fetchFromGitHub {
owner = "suzuki-shunsuke";
repo = "pinact";
tag = "v${version}";
hash = "sha256-h/Y+zFqWmd+TVkM+2CLC4Txz8/Vwvck+goslPEQlXOA=";
hash = "sha256-p8GOXx++wcUrQATlojx0D4ymlPFw9TCqL6YGSTOaRDo=";
};
mainProgram = "pinact";
in
buildGoModule {
inherit pname version src;
vendorHash = "sha256-36U5R9eXwfwXrJFsdNri7HPEq8t2AT4f/Gn//ane/48=";
vendorHash = "sha256-+iYNducL+tX34L5VlisqeNwvJUcuOAkEWDk/2JbfC0Q=";
env.CGO_ENABLED = 0;