Merge pull request #30097 from romildo/upd.jwm

jwm: 1621 -> 1651

authored by Joachim F and committed by GitHub 77caf8f5 b6514ff3

+2 -2
+2 -2
pkgs/applications/window-managers/jwm/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 name = "jwm-${version}"; 8 - version = "1621"; 9 10 src = fetchFromGitHub { 11 owner = "joewing"; 12 repo = "jwm"; 13 rev = "s${version}"; 14 - sha256 = "1cxi9yd3wwzhh06f6myk15cav7ayvzxdaxhvqb3570nwj21zlnsm"; 15 }; 16 17 nativeBuildInputs = [ pkgconfig automake autoconf libtool gettext which ];
··· 5 6 stdenv.mkDerivation rec { 7 name = "jwm-${version}"; 8 + version = "1651"; 9 10 src = fetchFromGitHub { 11 owner = "joewing"; 12 repo = "jwm"; 13 rev = "s${version}"; 14 + sha256 = "097wqipg1h7h19a5bqdx7iq60fkjrx2niwsgg1f8cfz106yhbp6q"; 15 }; 16 17 nativeBuildInputs = [ pkgconfig automake autoconf libtool gettext which ];