fiji: 20240614-2117 -> 20241114-1317 (#361288)

This commit is contained in:
Wolfgang Walther
2024-12-12 20:05:51 +01:00
committed by GitHub
+2 -2
View File
@@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "fiji";
version = "20240614-2117";
version = "20241114-1317";
src = fetchurl {
url = "https://downloads.imagej.net/fiji/archive/${version}/fiji-nojre.zip";
sha256 = "sha256-OCNnN8CYniNEIfKRHRBoJ3Fo+u5AwXoPJAzUCc4P+f0=";
sha256 = "sha256-dNpscgZiiE2cuuo11YLs+mgoBRZ/MpUXDaAX3x+E/w8=";
};
dontBuild = true;