packages/cinny: 2.2.2 -> 2.2.3
This commit is contained in:
parent
c34009f099
commit
361eba993e
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.2",
|
"version": "v2.2.3",
|
||||||
"revision": "91a6916f4ca1b876028280856cba8ce12115a81e",
|
"revision": "4ea14c853ee7b9c1a211a08e386fb323870e2ec2",
|
||||||
"url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.2.2",
|
"url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.2.3",
|
||||||
"hash": "05hlllc05nqn6j3bb59488gficqffss1l6bn88456iv4kiwcg6sm"
|
"hash": "1h470vbdlayncg5525991bmf2iyzzs9nncz1w6hlfhkmyl2d0wwy"
|
||||||
},
|
},
|
||||||
"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-BOsqvnpLaP6ORzSB5C5ebYyP2rPEN1GliAfuGCFkFhQ=";
|
sha256 = "sha256-CmjWlHkVUxFQXZ8kF3fW6XSbgb5b6mnsm0t+WGb3ZTM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
|
|
Loading…
Reference in a new issue