Skip to content

Commit 488f807

Browse files
pinact: 1.2.0 -> 1.2.1 (#383364)
Co-authored-by: kachick <[email protected]>
2 parents 5e0042f + 1241e0e commit 488f807

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pi/pinact/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
let
1010
pname = "pinact";
11-
version = "1.2.0";
11+
version = "1.2.1";
1212
src = fetchFromGitHub {
1313
owner = "suzuki-shunsuke";
1414
repo = "pinact";
1515
tag = "v${version}";
16-
hash = "sha256-OmWt4EyUHZyQDIj1Uro+bnC29MNi6wlXO2ksRP84F2U=";
16+
hash = "sha256-WBKe398W9NXwZwiK6P5SDay45bFGkOf1+cmGlS+fWRc=";
1717
};
1818
mainProgram = "pinact";
1919
in
2020
buildGoModule {
2121
inherit pname version src;
2222

23-
vendorHash = "sha256-sZv91EYksNmMhWbT/5PUQTM2gND/8b4ORVfMNtlAI2A=";
23+
vendorHash = "sha256-Ix7C+Xs8Y4LoI06Xb5qVGwoJ+J87wTjYjmQp6aAeFhw=";
2424

2525
env.CGO_ENABLED = 0;
2626

0 commit comments

Comments
 (0)