We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faa61ee + d20f86e commit 42d1c4fCopy full SHA for 42d1c4f
pkgs/development/python-modules/aiorussound/default.nix
@@ -9,14 +9,14 @@
9
10
buildPythonPackage rec {
11
pname = "aiorussound";
12
- version = "2.2.2";
+ version = "2.3.1";
13
pyproject = true;
14
15
src = fetchFromGitHub {
16
owner = "noahhusby";
17
repo = "aiorussound";
18
- rev = version;
19
- hash = "sha256-X7KdIjfPNZSsSXYN1gVqTpcgM00V1YG3ihxutmYnb6Y=";
+ rev = "refs/tags/${version}";
+ hash = "sha256-wFpW+X10dGezMnzjGJsXyWMy6H8PtzhQFRCaf+A2L74=";
20
};
21
22
build-system = [ setuptools ];
0 commit comments