jfsw: 20211225 -> 20240303

This commit is contained in:
R. Ryantm 2024-03-08 00:15:51 +00:00
parent c8cd65298e
commit b78c76fbad

View File

@ -11,14 +11,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jfsw";
version = "20211225";
version = "20240303";
src = fetchFromGitHub {
owner = "jonof";
repo = "jfsw";
rev = "refs/tags/${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-oRJHVsVo+KQfJyd8TcPxTMPPi993qxQb0wnD9nR4vJY=";
hash = "sha256-bOUgRa9zWufTFEj5huXAKeRerV8PqfqQVDoVUvRrj2I=";
};
nativeBuildInputs = [