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 bf79995 + 522a5ce commit 56b858aCopy full SHA for 56b858a
pkgs/by-name/go/gokey/package.nix
@@ -5,18 +5,16 @@
5
}:
6
buildGoModule rec {
7
pname = "gokey";
8
- version = "0.1.3";
9
-
10
- patches = [ ./version.patch ];
+ version = "0.2.0";
11
12
src = fetchFromGitHub {
13
owner = "cloudflare";
14
repo = "gokey";
15
tag = "v${version}";
16
- hash = "sha256-pvtRSWq/vXlyUShb61aiDlis9AiQnrA2PWycr1Zw0og=";
+ hash = "sha256-tJ9nCHhKPrw7SRGsqAlo/tf3tBLF63+CevEXggZADlE=";
17
};
18
19
- vendorHash = "sha256-qlP2tI6QQMjxP59zaXgx4mX9IWSrOKWmme717wDaUEc=";
+ vendorHash = "sha256-Btac9Oi8efqRy+OH49Na3Y6RGehHEmGfvDo2/7EWPL4=";
20
21
meta = with lib; {
22
homepage = "https://github.com/cloudflare/gokey";
pkgs/by-name/go/gokey/version.patch
0 commit comments