uniex: 0.1.7 -> 0.1.8

This commit is contained in:
R. Ryantm 2025-07-01 14:56:31 +00:00
parent 5de2d661db
commit c854b4f078

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"