Loading pkgs/applications/window-managers/shod/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -5,29 +5,29 @@ , fontconfig , libX11 , libXft , libXinerama , libXpm , libXrandr , libXrender , conf ? null }: stdenv.mkDerivation rec { pname = "shod"; version = "2.5.0"; version = "2.6.2"; src = fetchFromGitHub { owner = "phillbush"; repo = "shod"; rev = "v${version}"; sha256 = "sha256-hunHcYWxboCWM+SYH5u09MKP0b7U/9CVfhC6vLVpc3Q="; hash = "sha256-0bKp1BTIdYVBDVdeGnTVo76UtBxa4UbXLZihdjHS/og="; }; buildInputs = [ fontconfig libX11 libXft libXinerama libXpm libXrandr libXrender ]; Loading Loading
pkgs/applications/window-managers/shod/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -5,29 +5,29 @@ , fontconfig , libX11 , libXft , libXinerama , libXpm , libXrandr , libXrender , conf ? null }: stdenv.mkDerivation rec { pname = "shod"; version = "2.5.0"; version = "2.6.2"; src = fetchFromGitHub { owner = "phillbush"; repo = "shod"; rev = "v${version}"; sha256 = "sha256-hunHcYWxboCWM+SYH5u09MKP0b7U/9CVfhC6vLVpc3Q="; hash = "sha256-0bKp1BTIdYVBDVdeGnTVo76UtBxa4UbXLZihdjHS/og="; }; buildInputs = [ fontconfig libX11 libXft libXinerama libXpm libXrandr libXrender ]; Loading