Merge pull request #294149 from r-ryantm/auto-update/jfsw

jfsw: 20211225 -> 20240303
This commit is contained in:
Weijia Wang 2024-03-17 15:26:21 +01:00 committed by GitHub
commit 6f0a1f882a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [