summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-02-13 00:32:14 +0100
committerGitHub <noreply@github.com>2021-02-13 00:32:14 +0100
commitf95d52da2bb189bf7a9f8676ea6242ff27fb39b6 (patch)
treee07bf7f53c6474ecef5f154985d4030fccedf434 /pkgs/applications/terminal-emulators
parent91354dd894519869ce3232efe879a30e81d8ca9b (diff)
parentaa91dda15c74f3a80d970dd86a09b6160946af2b (diff)
Merge pull request #112944 from sternenseemann/foot-1.6.4
foot: 1.6.3 -> 1.6.4
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-rw-r--r--pkgs/applications/terminal-emulators/foot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/foot/default.nix b/pkgs/applications/terminal-emulators/foot/default.nix
index b9a8316794abb..63642af708f69 100644
--- a/pkgs/applications/terminal-emulators/foot/default.nix
+++ b/pkgs/applications/terminal-emulators/foot/default.nix
@@ -21,7 +21,7 @@
 }:
 
 let
-  version = "1.6.3";
+  version = "1.6.4";
 
   # build stimuli file for PGO build and the script to generate it
   # independently of the foot's build, so we can cache the result
@@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
 
   src = fetchzip {
     url = "https://codeberg.org/dnkl/${pname}/archive/${version}.tar.gz";
-    sha256 = "0rm7w29wf3gipf69qf7s42qw8857z74gsigrpz9g6vvd1x58f03m";
+    sha256 = "0awv53l3039s1rnkhdkzc0gwawlnd1m8cl4qhaijhxzzq68w0dfb";
   };
 
   nativeBuildInputs = [