jwm: 1651 -> 1653

+2 -2
+2 -2
pkgs/applications/window-managers/jwm/default.nix
··· 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 ];
··· 5 6 stdenv.mkDerivation rec { 7 name = "jwm-${version}"; 8 + version = "1653"; 9 10 src = fetchFromGitHub { 11 owner = "joewing"; 12 repo = "jwm"; 13 rev = "s${version}"; 14 + sha256 = "09ci3g97xmif66pp9n4sdvdmlxpw67pwp8lbjynxhdvha5pwwpv5"; 15 }; 16 17 nativeBuildInputs = [ pkgconfig automake autoconf libtool gettext which ];