Merge pull request #145873 from dotlambda/numberstation-1.0.1
numberstation: 1.0.0 -> 1.0.1
This commit is contained in:
commit
8f8c0e67ba
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.0.0";
|
version = "1.0.1";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "~martijnbraam";
|
owner = "~martijnbraam";
|
||||||
repo = "numberstation";
|
repo = "numberstation";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1mr0rmm7hcyn8qr485h1ihbb5f581sab4fgvs7lhwy9lxsqk0r0l";
|
sha256 = "sha256-8q5cEpQRnevY98PKaTUW10bqRAr5NVG/rU24+nx27rw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue