Skip to content

Commit e9c4417

Browse files
authored
epic5: 3.0 -> 3.0.1 (#351175)
2 parents 27684a5 + 0638dcc commit e9c4417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ep/epic5/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "epic5";
16-
version = "3.0";
16+
version = "3.0.1";
1717

1818
src = fetchurl {
1919
url = "https://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/epic5-${finalAttrs.version}.tar.xz";
20-
hash = "sha256-ltRzUME6PZkBnaDmoEsMf4Datt26WQvMZ527iswXeaE=";
20+
hash = "sha256-F7lnxh5Yh08HdeH9CwYH+FxktjJYwaxNQInoETUqOUU=";
2121
};
2222

2323
buildInputs =

0 commit comments

Comments
 (0)