packages/cinny: 2.1.2 -> 2.1.3
This commit is contained in:
parent
7cf0d7ad2f
commit
294d22562b
2 changed files with 5 additions and 5 deletions
|
@ -9,10 +9,10 @@
|
||||||
},
|
},
|
||||||
"pre_releases": false,
|
"pre_releases": false,
|
||||||
"version_upper_bound": null,
|
"version_upper_bound": null,
|
||||||
"version": "v2.1.2",
|
"version": "v2.1.3",
|
||||||
"revision": "214d49f1d973814a2a9f29378232aae7027832b6",
|
"revision": "17fabcaf02d7b5a38564c55b3316f966fb313a03",
|
||||||
"url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.1.2",
|
"url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.1.3",
|
||||||
"hash": "1aw0v1wj8fbhi4v5jjn0dpyi4irnad5ni5f1ph6r1wyrgzncl9vg"
|
"hash": "1z6whps0ygqgfaj8c407hjzxcgxad7p6dmhc3cypnvk94j83sw1s"
|
||||||
},
|
},
|
||||||
"excalidraw": {
|
"excalidraw": {
|
||||||
"type": "GitRelease",
|
"type": "GitRelease",
|
||||||
|
|
|
@ -13,7 +13,7 @@ let
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
name = "cinny-tarball-${version}";
|
name = "cinny-tarball-${version}";
|
||||||
url = "https://github.com/${repo.owner}/${repo.repo}/releases/download/${cinny.version}/cinny-${cinny.version}.tar.gz";
|
url = "https://github.com/${repo.owner}/${repo.repo}/releases/download/${cinny.version}/cinny-${cinny.version}.tar.gz";
|
||||||
sha256 = "sha256-6Ns+wNEeu7vGfQ2e45w92eOIPazu5CL5eVPcEpIPWnE=";
|
sha256 = "sha256-HGu1+NsJ8DSurda4SOurkIvs7z6bdIjhXE9/FYhgq+0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
|
|
Loading…
Reference in a new issue