marvin: 23.17.0->25.3.5 (#457239)

This commit is contained in:
Aleksana
2025-11-30 13:49:15 +00:00
committed by GitHub
+3 -3
View File
@@ -13,12 +13,12 @@
stdenv.mkDerivation rec {
pname = "marvin";
version = "23.17.0";
version = "25.3.5";
src = fetchurl {
name = "marvin-${version}.deb";
url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${lib.versions.majorMinor version}.deb";
hash = "sha256-zE/9EaOsNJwzE4Doasm9N8QG4t7wDOxqpV/Nhc4p7Ws=";
url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${version}.deb";
hash = "sha256-OiTHMGKAuHadoKQMTTPRcYl/zKL+bc0ts/UNsJlHn0Q=";
};
nativeBuildInputs = [