From 361eba993ee996a72e3991ad363c0fccbf137f67 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 16 Jan 2023 15:41:26 +0100 Subject: [PATCH] packages/cinny: 2.2.2 -> 2.2.3 --- packages/sources/sources.json | 8 ++++---- packages/web-apps/cinny/default.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/sources/sources.json b/packages/sources/sources.json index 16157ab..2cfeb8d 100644 --- a/packages/sources/sources.json +++ b/packages/sources/sources.json @@ -9,10 +9,10 @@ }, "pre_releases": false, "version_upper_bound": null, - "version": "v2.2.2", - "revision": "91a6916f4ca1b876028280856cba8ce12115a81e", - "url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.2.2", - "hash": "05hlllc05nqn6j3bb59488gficqffss1l6bn88456iv4kiwcg6sm" + "version": "v2.2.3", + "revision": "4ea14c853ee7b9c1a211a08e386fb323870e2ec2", + "url": "https://api.github.com/repos/cinnyapp/cinny/tarball/v2.2.3", + "hash": "1h470vbdlayncg5525991bmf2iyzzs9nncz1w6hlfhkmyl2d0wwy" }, "excalidraw": { "type": "Git", diff --git a/packages/web-apps/cinny/default.nix b/packages/web-apps/cinny/default.nix index 7d107f9..d5e1705 100644 --- a/packages/web-apps/cinny/default.nix +++ b/packages/web-apps/cinny/default.nix @@ -11,7 +11,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-BOsqvnpLaP6ORzSB5C5ebYyP2rPEN1GliAfuGCFkFhQ="; + sha256 = "sha256-CmjWlHkVUxFQXZ8kF3fW6XSbgb5b6mnsm0t+WGb3ZTM="; }; buildCommand = ''