Skip to content

Commit 5ad2def

Browse files
authored
1 parent 06e7288 commit 5ad2def

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/aiortsp/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
buildPythonPackage rec {
1919
pname = "aiortsp";
20-
version = "1.3.7";
20+
version = "1.4.0";
2121
pyproject = true;
2222

2323
src = fetchFromGitHub {
2424
owner = "marss";
2525
repo = "aiortsp";
26-
rev = version;
27-
hash = "sha256-bxfnKAzMYh0lhS3he617eGhO7hmNbiwEYHh8k/PZ6r4=";
26+
rev = "refs/tags/v${version}";
27+
hash = "sha256-/ydsu+53WOocdWk3AW0/cXBEx1qAlhIC0LUDy459pbQ=";
2828
};
2929

3030
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)