aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/mortgage/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/mortgage/default.nix')
-rw-r--r--pkgs/development/python-modules/mortgage/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mortgage/default.nix b/pkgs/development/python-modules/mortgage/default.nix
index 8861a19811f..dc395a87a56 100644
--- a/pkgs/development/python-modules/mortgage/default.nix
+++ b/pkgs/development/python-modules/mortgage/default.nix
@@ -11,7 +11,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version pname;
- hash = "sha256:18fcb356c631e9cc27fa7019f6ff6021707e34b9ce3a3b7dc815661288709921";
+ sha256 = "18fcb356c631e9cc27fa7019f6ff6021707e34b9ce3a3b7dc815661288709921";
};
checkInputs = [
@@ -27,4 +27,4 @@ buildPythonPackage rec {
license = lib.licenses.mit;
};
-} \ No newline at end of file
+}