Unverified Commit d9b8ae36 authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

Merge pull request #230549 from azahi/shod-262

shod: 2.5.0 -> 2.6.2
parents f7b14971 74dd873c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
  ];