about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-13 00:00:21 +0200
committerGitHub <noreply@github.com>2023-10-13 00:00:21 +0200
commitbc0e786a549b56233f5d638db2d8943968b4c01a (patch)
treeea7430bbf831e9ba41abf58f810073965412f505 /pkgs/applications/science
parent6a927f93f1d9b1e35af775c09f24ca2f026040ae (diff)
marvin: sha256 -> hash
Co-authored-by: Christina Sørensen <christina@cafkafk.com>
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/chemistry/marvin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/chemistry/marvin/default.nix b/pkgs/applications/science/chemistry/marvin/default.nix
index e266ee8e32edb..5f08bebd47fcb 100644
--- a/pkgs/applications/science/chemistry/marvin/default.nix
+++ b/pkgs/applications/science/chemistry/marvin/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
   src = fetchurl {
     name = "marvin-${version}.deb";
     url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
-    sha256 = "sha256-5ycOteXcdgZaeDl3WQ95H2lD0OnnobCbmnVlfYwVdeI=";
+    hash = "sha256-5ycOteXcdgZaeDl3WQ95H2lD0OnnobCbmnVlfYwVdeI=";
   };
 
   nativeBuildInputs = [ dpkg makeWrapper ];