Skip to content

Commit ed7a9c3

Browse files
exodus: 24.41.3 -> 24.41.6 (#355934)
2 parents 6292c8c + 1aa4ccf commit ed7a9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ex/exodus/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828

2929
stdenv.mkDerivation (finalAttrs: {
3030
pname = "exodus";
31-
version = "24.41.3";
31+
version = "24.41.6";
3232

3333
src = requireFile {
3434
name = "exodus-linux-x64-${finalAttrs.version}.zip";
3535
url = "https://downloads.exodus.com/releases/exodus-linux-x64-${finalAttrs.version}.zip";
36-
hash = "sha256-cq8vHE/wAGRu20F3N3q9F+JXLV8VgGbo5JE9Q2OFuMw=";
36+
hash = "sha256-lUL9n3EZVe2J7uCHUSJgI2g75Sp1Y/nfBTde7VId6sA=";
3737
};
3838

3939
nativeBuildInputs = [ unzip ];

0 commit comments

Comments
 (0)