about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-08-01 22:05:07 +0200
committerGitHub <noreply@github.com>2023-08-01 22:05:07 +0200
commit0b6ee2c78369833f6c208ad6c4431b615e17432f (patch)
tree4621c812156da33197c87d0867175fdf7d683150 /pkgs/applications/terminal-emulators
parent72a5376da3a3051138b8f48a224f0149b147acd6 (diff)
foot: 1.15.1 -> 1.15.2 (#246561)
https://codeberg.org/dnkl/foot/releases/tag/1.15.2
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-rw-r--r--pkgs/applications/terminal-emulators/foot/default.nix15
1 files changed, 2 insertions, 13 deletions
diff --git a/pkgs/applications/terminal-emulators/foot/default.nix b/pkgs/applications/terminal-emulators/foot/default.nix
index 5a50ba9448a65..c2d817b4d5760 100644
--- a/pkgs/applications/terminal-emulators/foot/default.nix
+++ b/pkgs/applications/terminal-emulators/foot/default.nix
@@ -27,7 +27,7 @@
 }:
 
 let
-  version = "1.15.1";
+  version = "1.15.2";
 
   # build stimuli file for PGO build and the script to generate it
   # independently of the foot's build, so we can cache the result
@@ -99,20 +99,9 @@ stdenv.mkDerivation rec {
     owner = "dnkl";
     repo = "foot";
     rev = version;
-    hash = "sha256-YCwmPSn+XtF7HkMOFJft7j/2vr+8UE59yu/iGZ1dT8A=";
+    hash = "sha256:1iz9l01fpryc335pb0c3qi67fmmfplizv5pbc9s578mxl5j9dxg4";
   };
 
-  patches = [
-    # Check viewporter protocol support before using it, fixes crash under Mir
-    # Remove when https://codeberg.org/dnkl/foot/pulls/1445 in version > 1.15.1
-    (fetchpatch {
-      name = "0001-foot-dont-try-to-use-a-non-existing-viewporter-interface.patch";
-      url = "https://codeberg.org/dnkl/foot/commit/9d75c551465fa3dbb3cd20ae87d6de294fcebce1.patch";
-      excludes = [ "CHANGELOG.md" ];
-      hash = "sha256-sVfGbudsmwh7phbbobBgSXoGe1lKJ8s1UdyBnVLmLYQ=";
-    })
-  ];
-
   depsBuildBuild = [
     pkg-config
   ];