Unverified Commit 233b985f authored by Raghav Sood's avatar Raghav Sood Committed by GitHub
Browse files

Merge pull request #310019 from r-ryantm/auto-update/exodus

exodus: 24.17.5 -> 24.19.3
parents 6441036f 05553e41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "exodus";
  version = "24.17.5";
  version = "24.19.3";

  src = fetchurl {
    name = "exodus-linux-x64-${finalAttrs.version}.zip";
    url = "https://downloads.exodus.com/releases/exodus-linux-x64-${finalAttrs.version}.zip";
    curlOptsList = [ "--user-agent" "Mozilla/5.0" ];
    hash = "sha256-HlyscqoxGucoQoFgSWN3vEjAnkdAmtBLOhjhWbScPFc=";
    hash = "sha256-zqi1En22H3b2pD95C747gF9TtyMCX4TzXC10mP7iUoM=";
  };

  nativeBuildInputs = [ unzip ];