uniex: 0.1.7 -> 0.1.8 (#421527)

Co-authored-by: paepckehh <git@paepcke.de>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-01 15:38:33 +00:00
committed by GitHub
co-authored by paepckehh
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "uniex";
version = "0.1.7";
version = "0.1.8";
src = fetchFromGitHub {
owner = "paepckehh";
repo = "uniex";
tag = "v${version}";
hash = "sha256-PoGDvnF+P8iUYdW98BT3Gcayf0JSgK257W377yFz5j4=";
hash = "sha256-+wcAm3UFRs70HJ64emuWNnyroUhFHUPsaMQPCaMAexg=";
};
vendorHash = "sha256-QLjeMSdvFSxnmnsKwTg4SDkc7xqx4csxTWJKOsRzcBI=";
vendorHash = "sha256-s/oWtYziUtSKDQmvDxWznqynlKmWxwt5jAAT5xl+gqo=";
ldflags = [
"-s"