packages/cinny: 2.2.3 -> 2.2.4
This commit is contained in:
parent
97ded90c9e
commit
b2dc3f0b0e
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.3",
|
"version": "v2.2.4",
|
||||||
"revision": "4ea14c853ee7b9c1a211a08e386fb323870e2ec2",
|
"revision": "a6fb44e1abe9ad48136dee8e7d053e639f37bedc",
|
||||||
"url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.2.3",
|
"url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.2.4",
|
||||||
"hash": "1h470vbdlayncg5525991bmf2iyzzs9nncz1w6hlfhkmyl2d0wwy"
|
"hash": "0m7y1hzsdmlhp39hdv2fazhm07kskgb5qf2khhyxrs8nlas4fbha"
|
||||||
},
|
},
|
||||||
"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-CmjWlHkVUxFQXZ8kF3fW6XSbgb5b6mnsm0t+WGb3ZTM=";
|
sha256 = "sha256-zMvCpjt74U8Fsuw8husaXtcccD5eF4wknOw0YWT9b/M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
|
|
Loading…
Reference in a new issue