mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
monophony: 2.6.1 -> 2.7.0
This commit is contained in:
parent
0cfd293af3
commit
2a5f0c77c6
@ -12,7 +12,7 @@
|
||||
}:
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "monophony";
|
||||
version = "2.6.1";
|
||||
version = "2.7.0";
|
||||
format = "other";
|
||||
|
||||
sourceRoot = "source/source";
|
||||
@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
|
||||
owner = "zehkira";
|
||||
repo = "monophony";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-op6XUfP0EM9P5vT2nM4o+NOHxBcASIl1+6Mp/u9ub3U=";
|
||||
hash = "sha256-uOmaTkjlfrct8CPqKcTTTqmURVncPZm4fXZYW+yZUf8=";
|
||||
};
|
||||
|
||||
pythonPath = with python3Packages; [
|
||||
|
Loading…
Reference in New Issue
Block a user