We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b84674d + ec7edc9 commit f5b2c49Copy full SHA for f5b2c49
pkgs/by-name/op/opener/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "opener";
11
- version = "0.1.5";
+ version = "0.1.6";
12
13
src = fetchFromGitHub {
14
owner = "superbrothers";
15
repo = "opener";
16
tag = "v${version}";
17
- hash = "sha256-pp2jn4J6gYyZky5rVBaai9sVVqvPgM+fGryseM58WEI=";
+ hash = "sha256-rYeQ45skFXWxdxMj0dye8IBEYcQCRqdt9nLVXF36od8=";
18
};
19
20
- vendorHash = "sha256-xwMRWEwrG12QevVVTMC9OTdjIBoxR1AHkoa6OErPpF4=";
+ vendorHash = "sha256-lju+QlWxUb11UV9NvXSgQ+ZG37WhyZVahJTM5voDEfw=";
21
22
postPatch = ''
23
substituteInPlace opener.go \
0 commit comments