epic5: 3.0.2 -> 3.0.3 (#385791)

Co-authored-by: Bot-wxt1221 <3264117476@qq.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-28 12:59:26 +00:00
committed by GitHub
co-authored by Bot-wxt1221
+2 -2
View File
@@ -13,11 +13,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "epic5";
version = "3.0.2";
version = "3.0.3";
src = fetchurl {
url = "https://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/epic5-${finalAttrs.version}.tar.xz";
hash = "sha256-QiD9Lx4IxbR+w0NFw5cANqN9cvu1QR45wQ87zlV8FNU=";
hash = "sha256-Y6QRIVwUBAtltdcor/EPdSPVXhcPYpj7AeHPlY150yY=";
};
buildInputs =