3
0
Fork 0
forked from mirrors/nixpkgs

shod: 2.5.0 -> 2.6.2

This commit is contained in:
Azat Bahawi 2023-05-07 19:53:05 +03:00
parent ccebd7e0fe
commit 74dd873c11
No known key found for this signature in database
GPG key ID: C8C6BDDB3847F72B

View file

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