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

icewm: 2.1.1 -> 2.1.2
This commit is contained in:
Anderson Torres 2021-02-12 10:57:22 -03:00 committed by GitHub
commit bf7ad67ca8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,13 +38,13 @@
stdenv.mkDerivation rec {
pname = "icewm";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "bbidulock";
repo = pname;
rev = version;
sha256 = "sha256-WVlp8ir7w/wv4CI11dTQZkLcnW8JYLRQ+bbz73KEcWo=";
sha256 = "sha256-n9mLD1WrHsO9W1rxopFQENxQEHp/sxuixV3PxLp2vOY=";
};
nativeBuildInputs = [ cmake pkg-config perl asciidoc ];