Skip to content

Commit 0e65727

Browse files
opnborg: 0.1.63 -> 0.1.64 (#384249)
Co-authored-by: paepckehh <[email protected]>
2 parents a94dbc9 + 1b7f3f7 commit 0e65727

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/op/opnborg/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
}:
66
buildGoModule rec {
77
pname = "opnborg";
8-
version = "0.1.63";
8+
version = "0.1.64";
99

1010
src = fetchFromGitHub {
1111
owner = "paepckehh";
1212
repo = "opnborg";
1313
rev = "v${version}";
14-
hash = "sha256-t/bcqHsRLE4Mxoe/0pziIHHrPf2ijUkYjr1vq8C1ZzQ=";
14+
hash = "sha256-v1+hN77l3Y7IyxoZWJqN96odpzKGQ0fiXfLRFgqy+IQ=";
1515
};
1616

17-
vendorHash = "sha256-kFO4Ju1EbUEc/CZpujmJpM1R1vRI5J4s6UIa2+IhTKE=";
17+
vendorHash = "sha256-J4CKwjOkjBb2v/H3x+TTatW7dL7gZYYV8yAvz2pvjTE=";
1818

1919
ldflags = [
2020
"-s"

0 commit comments

Comments
 (0)