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

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

exodus: 24.19.3 -> 24.19.4
parents 964565f7 c041236f
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.19.3";
  version = "24.19.4";

  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-zqi1En22H3b2pD95C747gF9TtyMCX4TzXC10mP7iUoM=";
    hash = "sha256-+g7DdDrSVmBl1wCSCoJcO2gmbWQBnJUYqjT+GuDlCYw=";
  };

  nativeBuildInputs = [ unzip ];