summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/foot/default.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-01-29 20:05:48 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-01-29 20:05:48 +0100
commit2fd163f1bad61b032f13bc3a94878dbbc2cf88dc (patch)
treec9d847243f1f21491907f559042ffe38414638dc /pkgs/applications/terminal-emulators/foot/default.nix
parent552d7182874ef1b8fcf25c55d3777719a5ec7bfb (diff)
downloadnixpkgs-2fd163f1bad61b032f13bc3a94878dbbc2cf88dc.tar
nixpkgs-2fd163f1bad61b032f13bc3a94878dbbc2cf88dc.tar.gz
nixpkgs-2fd163f1bad61b032f13bc3a94878dbbc2cf88dc.tar.bz2
nixpkgs-2fd163f1bad61b032f13bc3a94878dbbc2cf88dc.tar.lz
nixpkgs-2fd163f1bad61b032f13bc3a94878dbbc2cf88dc.tar.xz
nixpkgs-2fd163f1bad61b032f13bc3a94878dbbc2cf88dc.tar.zst
nixpkgs-2fd163f1bad61b032f13bc3a94878dbbc2cf88dc.zip
foot: 1.6.2 -> 1.6.3
Diffstat (limited to 'pkgs/applications/terminal-emulators/foot/default.nix')
-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 2b79c5362de..b9a8316794a 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.2";
+  version = "1.6.3";
 
   # 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 = "08i3jmjky5s2nnc0c95c009cym91rs4sj4876sr4xnlkb7ab4812";
+    sha256 = "0rm7w29wf3gipf69qf7s42qw8857z74gsigrpz9g6vvd1x58f03m";
   };
 
   nativeBuildInputs = [