summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Schröter <dev@felschr.com>2023-06-16 12:19:05 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-06-18 23:24:12 +0000
commit7dcf31b27c4f7c2e4ce1f58f6a4f62969b045e41 (patch)
tree3934d1b49d8fc8677d50590108a55131006622ad
parentMerge pull request #237675 from NixOS/backport-235947-to-release-22.11 (diff)
downloadnixpkgs-origin/backport-238077-to-release-22.11.tar.gz
drf-nested-routers: 0.93.3 -> 0.93.4origin/backport-238077-to-release-22.11
(cherry picked from commit e0f8789dbd4ca42407b9eb09d6b2cc060db85c18)
-rw-r--r--pkgs/development/python-modules/drf-nested-routers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/drf-nested-routers/default.nix b/pkgs/development/python-modules/drf-nested-routers/default.nix
index db0212e45697..92f111d087df 100644
--- a/pkgs/development/python-modules/drf-nested-routers/default.nix
+++ b/pkgs/development/python-modules/drf-nested-routers/default.nix
@@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "drf-nested-routers";
- version = "0.93.3";
+ version = "0.93.4";
src = fetchFromGitHub {
owner = "alanjds";
repo = "drf-nested-routers";
rev = "v${version}";
- sha256 = "1gmw6gwiqzfysx8qn7aan7xgkizxy64db94z30pm3bvn6jxv08si";
+ hash = "sha256-qlXNDydoQJ9FZB6G7yV/pNmx3BEo+lvRqsfjrvlbdNY=";
};
propagatedBuildInputs = [ django djangorestframework setuptools ];