about summary refs log tree commit diff
path: root/pkgs/by-name/ti/tilix
diff options
context:
space:
mode:
authorJeremy Baxter <jtbx@disroot.org>2024-02-10 10:31:27 +1300
committerJeremy Baxter <jtbx@disroot.org>2024-02-10 10:31:27 +1300
commit5980c1d8556b6b0cad05fc57784d6a0037d9ebf0 (patch)
treefbb5dbbac1ef1bd5951a5c6667bcee780d128fe5 /pkgs/by-name/ti/tilix
parente03b63cdaf4fc6655089116582bebfb8369ff581 (diff)
tilix: 1.9.5 -> 1.9.6
Diffstat (limited to 'pkgs/by-name/ti/tilix')
-rw-r--r--pkgs/by-name/ti/tilix/package.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/by-name/ti/tilix/package.nix b/pkgs/by-name/ti/tilix/package.nix
index fba1e51a1a33b..2e0bdad0be8c3 100644
--- a/pkgs/by-name/ti/tilix/package.nix
+++ b/pkgs/by-name/ti/tilix/package.nix
@@ -17,18 +17,17 @@
 , libunwind
 , appstream
 , nixosTests
-, fetchpatch
 }:
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "tilix";
-  version = "1.9.5";
+  version = "1.9.6";
 
   src = fetchFromGitHub {
     owner = "gnunn1";
     repo = "tilix";
     rev = finalAttrs.version;
-    hash = "sha256-sPVL5oYDOmloRVm/nONKkC20vZc907c7ixBF6E2PQ8Y=";
+    hash = "sha256-KP0ojwyZ5FaYKW0nK9mGGAiz1h+gTbfjCUDCgN2LAO8=";
   };
 
   # Default upstream else LDC fails to link
@@ -57,15 +56,6 @@ stdenv.mkDerivation (finalAttrs: {
     libunwind
   ];
 
-  patches = [
-    # https://github.com/gnunn1/tilix/issues/2151
-    (fetchpatch {
-      name = "tilix-replace-std-xml-with-gmarkup.patch";
-      url = "https://github.com/gnunn1/tilix/commit/b02779737997a02b98b690e6f8478d28d5e931a5.patch";
-      hash = "sha256-6p+DomJEZ/hCW8RTjttKsTDsgHZ6eFKj/71TU5O/Ysg=";
-    })
-  ];
-
   postPatch = ''
     chmod +x meson_post_install.py
     patchShebangs meson_post_install.py