diff --git a/patches/269857.patch b/patches/269857.patch new file mode 100644 index 00000000..f07940b0 --- /dev/null +++ b/patches/269857.patch @@ -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"