summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-22 07:47:33 +0000
committerJon <jonringer@users.noreply.github.com>2020-05-27 12:11:37 -0700
commitf4e01832edc7286a7940e1b62e810bfef042a9bd (patch)
tree96037f0677ea4f868c6ad6e0b3f297b8d28434f9
parenta31a269cb967f94277f8fe5ffb6206eb885a23b2 (diff)
downloadnixpkgs-f4e01832edc7286a7940e1b62e810bfef042a9bd.tar
nixpkgs-f4e01832edc7286a7940e1b62e810bfef042a9bd.tar.gz
nixpkgs-f4e01832edc7286a7940e1b62e810bfef042a9bd.tar.bz2
nixpkgs-f4e01832edc7286a7940e1b62e810bfef042a9bd.tar.lz
nixpkgs-f4e01832edc7286a7940e1b62e810bfef042a9bd.tar.xz
nixpkgs-f4e01832edc7286a7940e1b62e810bfef042a9bd.tar.zst
nixpkgs-f4e01832edc7286a7940e1b62e810bfef042a9bd.zip
marvin: 20.10.0 -> 20.12.0
-rw-r--r--pkgs/applications/science/chemistry/marvin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/chemistry/marvin/default.nix b/pkgs/applications/science/chemistry/marvin/default.nix
index 9512a288d80..1a22544c270 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.10.0";
+  version = "20.12.0";
 
   src = fetchurl {
     name = "marvin-${version}.deb";
     url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
-    sha256 = "042ndlns48pa6mn6wyrp4q9c1v0a2vzcnhw5l766zdnxdjyv0acx";
+    sha256 = "1imfr56nbq2mbcyapwa8xmcmj5rjhbjz9r438387s73kd1avd6yl";
   };
 
   nativeBuildInputs = [ dpkg makeWrapper ];