lol

Merge pull request #16166 from romildo/upd.jwm

jwm: 1532 -> 1535

authored by

Joachim Fasting and committed by
GitHub
6008d11f a7815995

+2 -2
+2 -2
pkgs/applications/window-managers/jwm/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 name = "jwm-${version}"; 8 - version = "1532"; 8 + version = "1535"; 9 9 10 10 src = fetchurl { 11 11 url = "https://github.com/joewing/jwm/archive/s${version}.tar.gz"; 12 - sha256 = "02g3n72rmyy5l9hn6jdb7kzhsn1c0padazxfn0sv6s95w6r8hcvr"; 12 + sha256 = "1v593v1n9p9nvlhz1m9vc94wj21a6rbk7hcja30421h5mwa2b6gb"; 13 13 }; 14 14 15 15 nativeBuildInputs = [ pkgconfig automake autoconf libtool gettext which ];