packages/cinny: 2.2.6 -> 3.2.0
This commit is contained in:
parent
6d432278ce
commit
d8f58c6eff
2 changed files with 5 additions and 5 deletions
|
@ -9,10 +9,10 @@
|
|||
},
|
||||
"pre_releases": false,
|
||||
"version_upper_bound": null,
|
||||
"version": "v2.2.6",
|
||||
"revision": "f6694031a1581af171ffe1658138dfcf344d6c6c",
|
||||
"url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.2.6",
|
||||
"hash": "0zq26wpdh96clabw3nzmbv2fl6kiky39m6n843jap239mxpf1bqd"
|
||||
"version": "v3.2.0",
|
||||
"revision": "9ecb233763048c730d24ddacecc8c002d3c8fc89",
|
||||
"url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v3.2.0",
|
||||
"hash": "17ndz0x5zws2y533c3wa80mhk0k5n1d4il9agv04aglpd75vn1n0"
|
||||
},
|
||||
"excalidraw": {
|
||||
"type": "Git",
|
||||
|
|
|
@ -11,7 +11,7 @@ let
|
|||
src = fetchzip {
|
||||
name = "cinny-tarball-${version}";
|
||||
url = "https://github.com/${repo.owner}/${repo.repo}/releases/download/${cinny.version}/cinny-${cinny.version}.tar.gz";
|
||||
sha256 = "sha256-5g8Xva0lIE2Ng/guPlcrEsddfliltBJqouPEIUMdIKE=";
|
||||
sha256 = "sha256-4mOMVwwoR8NJVD7kikXAEN3kUAoH5hYHz0md0LYX7bo=";
|
||||
};
|
||||
|
||||
buildCommand = ''
|
||||
|
|
Loading…
Reference in a new issue