foot: 1.15.2 -> 1.15.3

- Remove unnecessary rec keyword
This commit is contained in:
Ashish SHUKLA 2023-08-07 22:25:11 +02:00 committed by sternenseemann
parent b7471a83f4
commit 66ca0880fd

View file

@ -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 = [