exodus: 25.28.4 -> 26.1.5 (#478488)

This commit is contained in:
Ramses
2026-04-27 22:23:45 +00:00
committed by GitHub
+2 -2
View File
@@ -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 ];