Unverified Commit 3c7fb22b authored by Ramses's avatar Ramses Committed by GitHub
Browse files

exodus: 25.28.4 -> 26.1.5 (#478488)

parents 5b3c8ba2 fe247124
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,12 +40,12 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "exodus";
  version = "25.28.4";
  version = "26.1.5";

  src = requireFile {
    name = "exodus-linux-x64-${finalAttrs.version}.zip";
    url = "https://downloads.exodus.com/releases/exodus-linux-x64-${finalAttrs.version}.zip";
    hash = "sha256-AGeFsMHSywC32iaIGI9/VY2YC3gR5bHu33rOWJlyFFM=";
    hash = "sha256-BClWuL4dTc1lESyEXuDtpGp1K/AxICbpQIaWYLrme1M=";
  };

  nativeBuildInputs = [ unzip ];