monophony: 2.6.0 -> 2.6.1
This commit is contained in:
parent
b13bb492c7
commit
27afd966dd
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
}:
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "monophony";
|
||||
version = "2.6.0";
|
||||
version = "2.6.1";
|
||||
format = "other";
|
||||
|
||||
sourceRoot = "source/source";
|
||||
|
@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
|
|||
owner = "zehkira";
|
||||
repo = "monophony";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-dLv1zdhWXOimxhoyf0T8oM5dF4fKepcIED+DG6D1MH0=";
|
||||
hash = "sha256-op6XUfP0EM9P5vT2nM4o+NOHxBcASIl1+6Mp/u9ub3U=";
|
||||
};
|
||||
|
||||
pythonPath = with python3Packages; [
|
||||
|
|
Loading…
Reference in a new issue