From 66ca0880fd542a2ebab906b8258b9c28e3036494 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Mon, 7 Aug 2023 22:25:11 +0200 Subject: foot: 1.15.2 -> 1.15.3 - Remove unnecessary rec keyword --- pkgs/applications/terminal-emulators/foot/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/terminal-emulators') diff --git a/pkgs/applications/terminal-emulators/foot/default.nix b/pkgs/applications/terminal-emulators/foot/default.nix index 50727087411..23f059ed9a9 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.2"; + version = "1.15.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 @@ -90,7 +90,7 @@ let terminfoDir = "${placeholder "terminfo"}/share/terminfo"; in -stdenv.mkDerivation rec { +stdenv.mkDerivation { pname = "foot"; inherit version; @@ -99,7 +99,7 @@ stdenv.mkDerivation rec { owner = "dnkl"; repo = "foot"; rev = version; - hash = "sha256:1iz9l01fpryc335pb0c3qi67fmmfplizv5pbc9s578mxl5j9dxg4"; + hash = "sha256-jn/S0xjxZPnkGYpTRIpL3dKxGe7+Z+EmOGHiE0UkQqg="; }; depsBuildBuild = [ -- cgit 1.4.1