From ba533129002f7fc5974df424679c4a3a8d4d3520 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 30 Jun 2022 00:11:19 +0000 Subject: [PATCH] python310Packages.sanic-testing: 22.3.0 -> 22.3.1 --- pkgs/development/python-modules/sanic-testing/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/sanic-testing/default.nix b/pkgs/development/python-modules/sanic-testing/default.nix index 398f3dad6322..120f80b57e22 100644 --- a/pkgs/development/python-modules/sanic-testing/default.nix +++ b/pkgs/development/python-modules/sanic-testing/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "sanic-testing"; - version = "22.3.0"; + version = "22.3.1"; src = fetchFromGitHub { owner = "sanic-org"; repo = "sanic-testing"; - rev = "v${version}"; - sha256 = "sha256-ZsLQA8rP4RrbVSUy5n0WZs903fnF7jtFqrIe5JVuRIg="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-6aJyc5B9e65RPG3FwXAoQByVNdrLAWTEu2/Dqf9hf+g="; }; outputs = [