Skip to content

Commit 31e554b

Browse files
uniex: 0.1.7 -> 0.1.8 (#421527)
Co-authored-by: paepckehh <[email protected]>
2 parents 1edcacc + c854b4f commit 31e554b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/un/uniex/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "uniex";
10-
version = "0.1.7";
10+
version = "0.1.8";
1111

1212
src = fetchFromGitHub {
1313
owner = "paepckehh";
1414
repo = "uniex";
1515
tag = "v${version}";
16-
hash = "sha256-PoGDvnF+P8iUYdW98BT3Gcayf0JSgK257W377yFz5j4=";
16+
hash = "sha256-+wcAm3UFRs70HJ64emuWNnyroUhFHUPsaMQPCaMAexg=";
1717
};
1818

19-
vendorHash = "sha256-QLjeMSdvFSxnmnsKwTg4SDkc7xqx4csxTWJKOsRzcBI=";
19+
vendorHash = "sha256-s/oWtYziUtSKDQmvDxWznqynlKmWxwt5jAAT5xl+gqo=";
2020

2121
ldflags = [
2222
"-s"

0 commit comments

Comments
 (0)