opener: 0.1.5 -> 0.1.6 (#393882)

Co-authored-by: genga898 <genga898@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-28 13:38:05 +00:00
committed by GitHub
co-authored by genga898
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "opener";
version = "0.1.5";
version = "0.1.6";
src = fetchFromGitHub {
owner = "superbrothers";
repo = "opener";
tag = "v${version}";
hash = "sha256-pp2jn4J6gYyZky5rVBaai9sVVqvPgM+fGryseM58WEI=";
hash = "sha256-rYeQ45skFXWxdxMj0dye8IBEYcQCRqdt9nLVXF36od8=";
};
vendorHash = "sha256-xwMRWEwrG12QevVVTMC9OTdjIBoxR1AHkoa6OErPpF4=";
vendorHash = "sha256-lju+QlWxUb11UV9NvXSgQ+ZG37WhyZVahJTM5voDEfw=";
postPatch = ''
substituteInPlace opener.go \