Skip to content

Commit

Permalink
exodus: 24.41.3 -> 24.41.6 (#355934)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Dec 19, 2024
2 parents 6292c8c + 1aa4ccf commit ed7a9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ex/exodus/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@

stdenv.mkDerivation (finalAttrs: {
pname = "exodus";
version = "24.41.3";
version = "24.41.6";

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

nativeBuildInputs = [ unzip ];
Expand Down

0 comments on commit ed7a9c3

Please sign in to comment.