whitesur-gtk-theme: 2021-09-24 -> 2021-10-21

+5 -3
+5 -3
pkgs/data/themes/whitesur/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "whitesur-gtk-theme"; 14 - version = "2021-09-24"; 14 + version = "2021-10-21"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "vinceliuice"; 18 18 repo = pname; 19 19 rev = version; 20 - sha256 = "12dwmgq0kadjfky5bjm62vwgdlw3nmrrhqqs5iw15w0pn3mbmd5c"; 20 + sha256 = "1rbwf6z2bda647kw00q2fp349gjzvdc4gyk986fkjli0nr0jh8hp"; 21 21 }; 22 22 23 23 nativeBuildInputs = [ ··· 33 33 ]; 34 34 35 35 postPatch = '' 36 - find -name "*.sh" -print0 | while IFS= read -r -d ''' file; do patchShebangs "$file"; done 36 + find -name "*.sh" -print0 | while IFS= read -r -d ''' file; do 37 + patchShebangs "$file" 38 + done 37 39 38 40 # Do not provide `sudo`, as it is not needed in our use case of the install script 39 41 substituteInPlace lib-core.sh --replace '$(which sudo)' false