pinact: 0.2.1 -> 1.0.0

This commit is contained in:
Kenichi Kamiya 2024-11-06 19:50:04 +09:00
parent bad556ab5d
commit 63def52818
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

@ -7,18 +7,18 @@
let
pname = "pinact";
version = "0.2.1";
version = "1.0.0";
src = fetchFromGitHub {
owner = "suzuki-shunsuke";
repo = "pinact";
rev = "v${version}";
hash = "sha256-HfeHfKXDBHPgxisWSVnrLOQf/4NXtnehkIjQqiCoFIc=";
hash = "sha256-fOmQDfqG1aWzpL80Nc8JA6HWQR+z9mhqtwU4rC2g2Gg=";
};
in
buildGoModule {
inherit pname version src;
vendorHash = "sha256-L9EGygiJ40f7Yw46KdaAof5O/ren6inTK7XerB/uv1g=";
vendorHash = "sha256-AFlkzs5mL/x9CwfF2apLcQbiu60GD33oFH6lQDHAL1M=";
doCheck = true;