xfel: 1.3.3 -> 1.3.4

This commit is contained in:
R. Ryantm
2025-11-08 12:21:29 +00:00
parent 8d35636e60
commit 3c90b5d72a

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xfel";
version = "1.3.3";
version = "1.3.4";
src = fetchFromGitHub {
owner = "xboot";
repo = "xfel";
tag = "v${finalAttrs.version}";
hash = "sha256-5Io2qOIeGovDpbxSlmqtGMrGMxUjMu/e1304euTEtJc=";
hash = "sha256-3eWVIPfUpa8ZJjce2F6eLdLttmoBI47VQ0IheSSgGmU=";
};
postPatch = ''