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