Skip to content

Commit

Permalink
jwm: 2.4.5 -> 2.4.6 (NixOS#357364)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Nov 20, 2024
2 parents 47f800b + f6e999d commit a92d510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/jwm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

stdenv.mkDerivation rec {
pname = "jwm";
version = "2.4.5";
version = "2.4.6";

src = fetchFromGitHub {
owner = "joewing";
repo = "jwm";
rev = "v${version}";
sha256 = "sha256-T0N9UMu+BLRzVWshUB4apiq8H2t1y09n4P1cLT5K/N8=";
hash = "sha256-odGqHdm8xnjEcXmpKMy51HEhbjcROLL3hRSdlbmTr2g=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit a92d510

Please sign in to comment.