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 1edcacc + c854b4f commit 31e554bCopy full SHA for 31e554b
pkgs/by-name/un/uniex/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "uniex";
10
- version = "0.1.7";
+ version = "0.1.8";
11
12
src = fetchFromGitHub {
13
owner = "paepckehh";
14
repo = "uniex";
15
tag = "v${version}";
16
- hash = "sha256-PoGDvnF+P8iUYdW98BT3Gcayf0JSgK257W377yFz5j4=";
+ hash = "sha256-+wcAm3UFRs70HJ64emuWNnyroUhFHUPsaMQPCaMAexg=";
17
};
18
19
- vendorHash = "sha256-QLjeMSdvFSxnmnsKwTg4SDkc7xqx4csxTWJKOsRzcBI=";
+ vendorHash = "sha256-s/oWtYziUtSKDQmvDxWznqynlKmWxwt5jAAT5xl+gqo=";
20
21
ldflags = [
22
"-s"
0 commit comments