cfs-zen-tweaks: 1.2.0 -> 1.3.0

This commit is contained in:
Maciej Krüger 2023-11-24 04:40:48 +01:00
parent bc72438200
commit d81e1ac8ae
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -8,22 +8,22 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cfs-zen-tweaks"; pname = "cfs-zen-tweaks";
version = "1.2.0"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "igo95862"; owner = "igo95862";
repo = "cfs-zen-tweaks"; repo = "cfs-zen-tweaks";
rev = version; rev = version;
sha256 = "HRR2tdjNmWyrpbcMlihSdb/7g/tHma3YyXogQpRCVyo="; hash = "sha256-E3sNWWXm0NEqLCzFccd/nfYby+/b/MVjIHeGlDxV1W4=";
}; };
preConfigure = '' preConfigure = ''
substituteInPlace set-cfs-zen-tweaks.bash \ substituteInPlace set-cfs-zen-tweaks.sh \
--replace '$(gawk' '$(${gawk}/bin/gawk' --replace '$(gawk' '$(${gawk}/bin/gawk'
''; '';
preFixup = '' preFixup = ''
chmod +x $out/lib/cfs-zen-tweaks/set-cfs-zen-tweaks.bash chmod +x $out/lib/cfs-zen-tweaks/set-cfs-zen-tweaks.sh
''; '';
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];