packages/cinny: 2.2.4 -> 2.2.6
This commit is contained in:
parent
b38cd59ab3
commit
a023e9bcee
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.2.4",
|
"version": "v2.2.6",
|
||||||
"revision": "a6fb44e1abe9ad48136dee8e7d053e639f37bedc",
|
"revision": "f6694031a1581af171ffe1658138dfcf344d6c6c",
|
||||||
"url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.2.4",
|
"url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.2.6",
|
||||||
"hash": "0m7y1hzsdmlhp39hdv2fazhm07kskgb5qf2khhyxrs8nlas4fbha"
|
"hash": "0zq26wpdh96clabw3nzmbv2fl6kiky39m6n843jap239mxpf1bqd"
|
||||||
},
|
},
|
||||||
"excalidraw": {
|
"excalidraw": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
|
|
|
@ -11,7 +11,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-zMvCpjt74U8Fsuw8husaXtcccD5eF4wknOw0YWT9b/M=";
|
sha256 = "sha256-5g8Xva0lIE2Ng/guPlcrEsddfliltBJqouPEIUMdIKE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
|
|
Loading…
Reference in a new issue