uni: 2.5.1 -> 2.6.0

https://github.com/arp242/uni/releases/tag/v2.6.0
This commit is contained in:
Charlotte Van Petegem 2023-11-25 12:29:06 +01:00
parent 3c49f77e2f
commit 7694dd1fc0
No known key found for this signature in database
GPG Key ID: 019E764B7184435A

View File

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