about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-06-26 17:48:44 +0200
committerGitHub <noreply@github.com>2019-06-26 17:48:44 +0200
commit54cbf55543a8da5d8198e15e46fa92607e169b63 (patch)
tree9711fb4ccc5f43d9675cbec9f30563716797788e
parentf572d4eb91115b992361fddd3373a527518fdf05 (diff)
downloadnixlib-54cbf55543a8da5d8198e15e46fa92607e169b63.tar
nixlib-54cbf55543a8da5d8198e15e46fa92607e169b63.tar.gz
nixlib-54cbf55543a8da5d8198e15e46fa92607e169b63.tar.bz2
nixlib-54cbf55543a8da5d8198e15e46fa92607e169b63.tar.lz
nixlib-54cbf55543a8da5d8198e15e46fa92607e169b63.tar.xz
nixlib-54cbf55543a8da5d8198e15e46fa92607e169b63.tar.zst
nixlib-54cbf55543a8da5d8198e15e46fa92607e169b63.zip
python.pkgs.dm-sonnet: fix hash (#63815)
Follow up to https://github.com/NixOS/nixpkgs/pull/63806, where I failed
to update the hash.
-rw-r--r--pkgs/development/python-modules/dm-sonnet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/dm-sonnet/default.nix b/pkgs/development/python-modules/dm-sonnet/default.nix
index 9fc66214990d..1c972cb2aa02 100644
--- a/pkgs/development/python-modules/dm-sonnet/default.nix
+++ b/pkgs/development/python-modules/dm-sonnet/default.nix
@@ -35,7 +35,7 @@ let
     bazelTarget = ":install";
 
     fetchAttrs = {
-      sha256 = "0q7mz69nzng8i6pn3h0va79q4nh60jfjjj9crric8g6dmdwc3h1i";
+      sha256 = "0f2rlzrlazmgjrsin8vq3jfv431cc8sx8lxsr6x4wgd4jx5d1zzy";
     };
 
     bazelFlags = [