Merge pull request #183646 from r-ryantm/auto-update/icewm

icewm: 2.9.6 -> 2.9.8
This commit is contained in:
Anderson Torres 2022-07-29 22:53:36 -03:00 committed by GitHub
commit 2ad1c334f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,13 +40,13 @@
stdenv.mkDerivation rec {
pname = "icewm";
version = "2.9.6";
version = "2.9.8";
src = fetchFromGitHub {
owner = "ice-wm";
repo = pname;
rev = version;
hash = "sha256-qC8gEVJ/cmsEbF8jMzv7zyvVcjlbXhgHU3ixe7RLcnA=";
hash = "sha256-SjLXPlwL3tMBD7RCJkL60lqcld/ZXIxgjeNrAn8A6KU=";
};
nativeBuildInputs = [