patches: Add uni 2.6.0 patch

This commit is contained in:
Charlotte Van Petegem 2023-11-27 09:38:14 +01:00
parent 98aae08b29
commit 5aac246cbc
No known key found for this signature in database
GPG key ID: 019E764B7184435A

24
patches/269857.patch Normal file
View file

@ -0,0 +1,24 @@
diff --git a/pkgs/applications/misc/uni/default.nix b/pkgs/applications/misc/uni/default.nix
index 5f7db6f85bf7ac..72c4f84ba73347 100644
--- a/pkgs/applications/misc/uni/default.nix
+++ b/pkgs/applications/misc/uni/default.nix
@@ -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"