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-07-01 21:01:42 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-07-01 21:01:42 +0200
commit355fc790548e26f93359f617c010a29b2dbb8e0b (patch)
treec1f65e24dc7486f8df458c8804c62551e5fc1d50 /pkgs/applications/terminal-emulators/foot/default.nix
parentb5460f9ce2410a731efa8bb9311691b6fe651239 (diff)
downloadnixpkgs-355fc790548e26f93359f617c010a29b2dbb8e0b.tar
nixpkgs-355fc790548e26f93359f617c010a29b2dbb8e0b.tar.gz
nixpkgs-355fc790548e26f93359f617c010a29b2dbb8e0b.tar.bz2
nixpkgs-355fc790548e26f93359f617c010a29b2dbb8e0b.tar.lz
nixpkgs-355fc790548e26f93359f617c010a29b2dbb8e0b.tar.xz
nixpkgs-355fc790548e26f93359f617c010a29b2dbb8e0b.tar.zst
nixpkgs-355fc790548e26f93359f617c010a29b2dbb8e0b.zip
foot: 1.8.0 -> 1.8.1
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 f69625e16cd..4f8d6832edd 100644
--- a/pkgs/applications/terminal-emulators/foot/default.nix
+++ b/pkgs/applications/terminal-emulators/foot/default.nix
@@ -26,7 +26,7 @@
 }:
 
 let
-  version = "1.8.0";
+  version = "1.8.1";
 
   # build stimuli file for PGO build and the script to generate it
   # independently of the foot's build, so we can cache the result
@@ -94,7 +94,7 @@ stdenv.mkDerivation rec {
 
   src = fetchzip {
     url = "https://codeberg.org/dnkl/${pname}/archive/${version}.tar.gz";
-    sha256 = "07irlhkvziv51cp5zn1yz8ljfnrnfjcykv5pgfwmpslw3nl5szxv";
+    sha256 = "0yrz7n0wls8g8w7ja934icwxmng3sxh70x87qmzc9c9cb1wyd989";
   };
 
   nativeBuildInputs = [