jwm: 2.4.3 -> 2.4.5 (#346865)

This commit is contained in:
José Romildo Malaquias
2024-10-08 18:18:44 -03:00
committed by GitHub
@@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "jwm";
version = "2.4.3";
version = "2.4.5";
src = fetchFromGitHub {
owner = "joewing";
repo = "jwm";
rev = "v${version}";
sha256 = "sha256-HPcNXf+frYbT8lr5vU5xpUnyjGpQ5rc2G14EjDwpk3c=";
sha256 = "sha256-T0N9UMu+BLRzVWshUB4apiq8H2t1y09n4P1cLT5K/N8=";
};
nativeBuildInputs = [