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 f74a14f + 857f9aa commit 5823314Copy full SHA for 5823314
pkgs/by-name/op/opnborg/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule (finalAttrs: {
10
pname = "opnborg";
11
- version = "0.1.68";
+ version = "0.1.71";
12
13
src = fetchFromGitHub {
14
owner = "paepckehh";
15
repo = "opnborg";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-fES3YlJu8Zy1CLNEkzWW0KAhy3dZj1JXAT8y9tRjyEA=";
+ hash = "sha256-hLdPS9LkDdncUsuNY8Bnqxgf0V9unObP2cVHcElCp1Q=";
18
};
19
20
- vendorHash = "sha256-u1LZvLAKYd1TQlZkYxgztOm1g94N4orMe6Y1Ab1to5Y=";
+ vendorHash = "sha256-U4arzJwQoHfdSAe2/giDJ1qDXQl8exSWGMHjwocQ4DE=";
21
22
ldflags = [
23
"-s"
0 commit comments