Merge pull request #162176 from r-ryantm/auto-update/jwm

jwm: 2.4.0 -> 2.4.1
This commit is contained in:
José Romildo Malaquias 2022-02-28 09:23:04 -03:00 committed by GitHub
commit 504461c5bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "jwm";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "joewing";
repo = "jwm";
rev = "v${version}";
sha256 = "19fnrlw05njib13ljh7pmi48myfclra1xhy4b6hi74c6w6yz2fgj";
sha256 = "sha256-7CEL2ddlABM7SYjMVUs3pu0O+2cVsz04slsdUIbgZuM=";
};
nativeBuildInputs = [ pkg-config gettext which autoreconfHook ];