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-30 07:38:23 +02:00
committed by GitHub
co-authored by Jonas Heinrich
parent e9b73a1a92
commit 57a6bb9d0a
@@ -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