patches: Add uni 2.6.0 patch
This commit is contained in:
parent
98aae08b29
commit
5aac246cbc
1 changed files with 24 additions and 0 deletions
24
patches/269857.patch
Normal file
24
patches/269857.patch
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue