jwm: 2.4.5 -> 2.4.6

Diff: https://github.com/joewing/jwm/compare/v2.4.5...v2.4.6
This commit is contained in:
José Romildo 2024-11-19 16:08:02 -03:00
parent a254cdb551
commit f6e999d1b4

View File

@ -28,13 +28,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "jwm"; pname = "jwm";
version = "2.4.5"; version = "2.4.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "joewing"; owner = "joewing";
repo = "jwm"; repo = "jwm";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-T0N9UMu+BLRzVWshUB4apiq8H2t1y09n4P1cLT5K/N8="; hash = "sha256-odGqHdm8xnjEcXmpKMy51HEhbjcROLL3hRSdlbmTr2g=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [