Skip to content

Commit 56b858a

Browse files
authored
gokey: 0.1.3 -> 0.2.0 (#467206)
2 parents bf79995 + 522a5ce commit 56b858a

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

pkgs/by-name/go/gokey/package.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,16 @@
55
}:
66
buildGoModule rec {
77
pname = "gokey";
8-
version = "0.1.3";
9-
10-
patches = [ ./version.patch ];
8+
version = "0.2.0";
119

1210
src = fetchFromGitHub {
1311
owner = "cloudflare";
1412
repo = "gokey";
1513
tag = "v${version}";
16-
hash = "sha256-pvtRSWq/vXlyUShb61aiDlis9AiQnrA2PWycr1Zw0og=";
14+
hash = "sha256-tJ9nCHhKPrw7SRGsqAlo/tf3tBLF63+CevEXggZADlE=";
1715
};
1816

19-
vendorHash = "sha256-qlP2tI6QQMjxP59zaXgx4mX9IWSrOKWmme717wDaUEc=";
17+
vendorHash = "sha256-Btac9Oi8efqRy+OH49Na3Y6RGehHEmGfvDo2/7EWPL4=";
2018

2119
meta = with lib; {
2220
homepage = "https://github.com/cloudflare/gokey";

pkgs/by-name/go/gokey/version.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)