xfel: 1.3.3 -> 1.3.4 (#459734)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-08 17:26:55 +00:00
committed by GitHub
+2 -2
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 = ''