packages/cinny: 2.1.1 -> 2.1.2
This commit is contained in:
parent
96b8ca0f0b
commit
de09f7a2fe
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.1",
|
"version": "v2.1.2",
|
||||||
"revision": "20e1df43d02d0089f7fe46dbd6e4bf84d8d6e2a3",
|
"revision": "214d49f1d973814a2a9f29378232aae7027832b6",
|
||||||
"url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.1.1",
|
"url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.1.2",
|
||||||
"hash": "17qynrrrkb397q1q96i28ah172zm5if4nxr6lvynx903iwvcr9pz"
|
"hash": "1aw0v1wj8fbhi4v5jjn0dpyi4irnad5ni5f1ph6r1wyrgzncl9vg"
|
||||||
},
|
},
|
||||||
"gohugo-theme-ananke": {
|
"gohugo-theme-ananke": {
|
||||||
"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-u44fWBRfD/ZTXkuJHgcdiWo293aTqF0/Iz5rBPRuieg=";
|
sha256 = "sha256-6Ns+wNEeu7vGfQ2e45w92eOIPazu5CL5eVPcEpIPWnE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
|
|
Loading…
Reference in a new issue