numberstation: 1.1.0 -> 1.2.0
This commit is contained in:
parent
bbe49339b8
commit
2395aac40b
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "numberstation";
|
pname = "numberstation";
|
||||||
version = "1.1.0";
|
version = "1.2.0";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "~martijnbraam";
|
owner = "~martijnbraam";
|
||||||
repo = "numberstation";
|
repo = "numberstation";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-A6qwsbeNZXfSOZwHp19/4JQ8dZgjsK7Y2zho6vJXsGA=";
|
hash = "sha256-e/KZrBnep5LbzgNnIoZlS5AMxhx4KlmdYDzdldMGVwg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue