Commit 5dbc718f authored by willow's avatar willow
Browse files

exodus: 24.41.6 -> 25.9.2

parent c1247e1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,12 +28,12 @@

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

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

  nativeBuildInputs = [ unzip ];