Merge pull request #197240 from romildo/upd.jwm

jwm: 2.4.2 -> 2.4.3
This commit is contained in:
markuskowa 2022-10-25 23:40:52 +02:00 committed by GitHub
commit 834a64f039
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "jwm";
version = "2.4.2";
version = "2.4.3";
src = fetchFromGitHub {
owner = "joewing";
repo = "jwm";
rev = "v${version}";
sha256 = "sha256-rvuz2Pmon3XBqRMgDwZNrQlWDyLNSK30JPmmQTlN+Rs=";
sha256 = "sha256-HPcNXf+frYbT8lr5vU5xpUnyjGpQ5rc2G14EjDwpk3c=";
};
nativeBuildInputs = [