about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-03-30 06:14:11 -0700
committerGitHub <noreply@github.com>2020-03-30 06:14:11 -0700
commitd8c21cb4bcb89cb64b6582d108e793484ba21bbd (patch)
tree13a729f97b8a895939a3b47bef5b033a91ed71f2 /pkgs/applications
parent5f5570b31d42b590373f3330f28906b8deba4b2b (diff)
parent1d349b8512d8d45ff3ce059685983eef324e3441 (diff)
downloadnixlib-d8c21cb4bcb89cb64b6582d108e793484ba21bbd.tar
nixlib-d8c21cb4bcb89cb64b6582d108e793484ba21bbd.tar.gz
nixlib-d8c21cb4bcb89cb64b6582d108e793484ba21bbd.tar.bz2
nixlib-d8c21cb4bcb89cb64b6582d108e793484ba21bbd.tar.lz
nixlib-d8c21cb4bcb89cb64b6582d108e793484ba21bbd.tar.xz
nixlib-d8c21cb4bcb89cb64b6582d108e793484ba21bbd.tar.zst
nixlib-d8c21cb4bcb89cb64b6582d108e793484ba21bbd.zip
Merge pull request #83746 from r-ryantm/auto-update/marvin
marvin: 20.6.0 -> 20.9.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/chemistry/marvin/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/chemistry/marvin/default.nix b/pkgs/applications/science/chemistry/marvin/default.nix
index 2c155e4e848f..c54fb3444bb0 100644
--- a/pkgs/applications/science/chemistry/marvin/default.nix
+++ b/pkgs/applications/science/chemistry/marvin/default.nix
@@ -4,12 +4,12 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   pname = "marvin";
-  version = "20.6.0";
+  version = "20.9.0";
 
   src = fetchurl {
     name = "marvin-${version}.deb";
     url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
-    sha256 = "1vd1hsj36wzghpn6xnppjmva35kdcin7h0xdj3xmi4w5l3qw7fl6";
+    sha256 = "1c6q1vb96jsb37g5qbhzcnasd5pdqjyc190yg3caw3gwrd97889q";
   };
 
   nativeBuildInputs = [ dpkg makeWrapper ];
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "A chemical modelling, analysis and structure drawing program";
-    homepage = https://chemaxon.com/products/marvin;
+    homepage = "https://chemaxon.com/products/marvin";
     maintainers = with maintainers; [ fusion809 ];
     license = licenses.unfree;
     platforms = platforms.linux;