about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-02-19 15:59:08 -0500
committerGitHub <noreply@github.com>2022-02-19 15:59:08 -0500
commit94723d21f93986cf5e3128ca05d02e8dad413190 (patch)
treeed72c1a99802f6f873288f7e9afe935cbb5f005d /pkgs/applications/science
parentd914868235a7791270c4d9fd2bec10f9011b4a8f (diff)
parent983beb2b8b8189c6d6b85c1add17ccc1e5d2d08f (diff)
Merge pull request #159540 from r-ryantm/auto-update/marvin
marvin: 21.20.0 -> 22.3.0
Diffstat (limited to 'pkgs/applications/science')
-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 72958898428a7..3c2b11c0e292e 100644
--- a/pkgs/applications/science/chemistry/marvin/default.nix
+++ b/pkgs/applications/science/chemistry/marvin/default.nix
@@ -4,12 +4,12 @@ with lib;
 
 stdenv.mkDerivation rec {
   pname = "marvin";
-  version = "21.20.0";
+  version = "22.3.0";
 
   src = fetchurl {
     name = "marvin-${version}.deb";
     url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
-    sha256 = "sha256-xOtlJSUY7QLyggFXW0Ay3+6KNHIqljyDpyk0CP8jxWs=";
+    sha256 = "sha256-ASnweoVBYSnO/FjE9tpLgaOAgiPQeUnw7CzwkKRXnAg=";
   };
 
   nativeBuildInputs = [ dpkg makeWrapper ];