uni: 2.6.0 -> 2.7.0

This commit is contained in:
R. Ryantm 2024-05-23 01:23:19 +00:00
parent 06b2dd21c0
commit 7fa095b537

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "uni";
version = "2.6.0";
version = "2.7.0";
src = fetchFromGitHub {
owner = "arp242";
repo = "uni";
rev = "refs/tags/v${version}";
hash = "sha256-Ij/jUbXl3GkeNZmGJ82i++6VkOW46YFI9m83otY6M7Q=";
hash = "sha256-ociPkuRtpBS+x1zSVNYk8oqAsJZGv31/TUUUlBOYhJA=";
};
vendorHash = "sha256-88SSrGvZSs6Opi3IKSNNqptuOWMmtTQ4ZDR7ViuGugk=";
vendorHash = "sha256-/PvBn2RRYuVpjnrIL1xAcVqAKZuIV2KTSyVtBW1kqj4=";
ldflags = [
"-s"