marvin: 25.3.4->25.3.5

Version 25.3.5 is out, so updating to version 25.3.5.
This commit is contained in:
Brenton Horne
2025-11-27 13:31:18 +10:00
committed by GitHub
parent f5111f46f6
commit ca45baa674
+2 -2
View File
@@ -13,12 +13,12 @@
stdenv.mkDerivation rec {
pname = "marvin";
version = "25.3.4";
version = "25.3.5";
src = fetchurl {
name = "marvin-${version}.deb";
url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${version}.deb";
hash = "sha256-m9L2yYknpxT+0oiIFoMn2xg7EL9GeL7ENXuA3kCri9M=";
hash = "sha256-OiTHMGKAuHadoKQMTTPRcYl/zKL+bc0ts/UNsJlHn0Q=";
};
nativeBuildInputs = [