icewm: 2.9.8 -> 2.9.9 (#184854)

* icewm: 2.9.8 -> 2.9.9

* Rmove unneeded dependency

Co-authored-by: Jonas Heinrich <onny@project-insanity.org>
This commit is contained in:
R. RyanTM 2022-08-29 22:38:23 -07:00 committed by GitHub
parent e9b73a1a92
commit 57a6bb9d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, fetchpatch , fetchpatch
, asciidoc
, cmake , cmake
, expat , expat
, fontconfig , fontconfig
@ -40,17 +39,16 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "icewm"; pname = "icewm";
version = "2.9.8"; version = "2.9.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ice-wm"; owner = "ice-wm";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-SjLXPlwL3tMBD7RCJkL60lqcld/ZXIxgjeNrAn8A6KU="; hash = "sha256-55xi4GsP41FXJ/B/zEnjru72FhZQhXnpEdHcN0WF9Kk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
asciidoc
cmake cmake
perl perl
pkg-config pkg-config