mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 14:09:17 +03:00
Merge pull request #281517 from marsam/update-quicktype
quicktype: 23.0.80 -> 23.0.81
This commit is contained in:
commit
421b900d1f
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "quicktype";
|
pname = "quicktype";
|
||||||
version = "23.0.80"; # version from https://npm.im/quicktype
|
version = "23.0.81"; # version from https://npm.im/quicktype
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "glideapps";
|
owner = "glideapps";
|
||||||
repo = "quicktype";
|
repo = "quicktype";
|
||||||
rev = "2a60269d431b392b658e671df2c1fb5479aec855"; # version not tagged
|
rev = "838c5e0e63a50d7c7790dc81118e664480fc4a80"; # version not tagged
|
||||||
hash = "sha256-3VW/CyvgetS9sqLflJgOmQERn4e/0nLQsezRHb6km3s=";
|
hash = "sha256-+VMkfkBSomxxlkuOeMqBCySe7VCx2K5bIdF/tmVgK/Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue