packages/cinny: 2.1.3 -> 2.2.0

This commit is contained in:
Max Headroom 2022-09-18 19:45:45 +02:00
parent 1bb1c6254e
commit 325d0c6f9d
2 changed files with 5 additions and 5 deletions

View file

@ -9,10 +9,10 @@
},
"pre_releases": false,
"version_upper_bound": null,
"version": "v2.1.3",
"revision": "17fabcaf02d7b5a38564c55b3316f966fb313a03",
"url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.1.3",
"hash": "1z6whps0ygqgfaj8c407hjzxcgxad7p6dmhc3cypnvk94j83sw1s"
"version": "v2.2.0",
"revision": "80d9a2ca7d716ae7c088058cdcd1a335da5b4a87",
"url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.2.0",
"hash": "05s6mjn41kwy90im16rjkmliap9757pbhdiclig7hji3wcs8lsp6"
},
"excalidraw": {
"type": "Git",

View file

@ -13,7 +13,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-HGu1+NsJ8DSurda4SOurkIvs7z6bdIjhXE9/FYhgq+0=";
sha256 = "sha256-4dyR9zd3wCHp1HWROqGWflan2E/aqkKee4Jorqg6eQE=";
};
buildCommand = ''