Merge pull request #230549 from azahi/shod-262

shod: 2.5.0 -> 2.6.2
This commit is contained in:
Azat Bahawi 2023-05-08 11:46:25 +03:00 committed by GitHub
commit d9b8ae36f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
];