cinny-desktop: 2.2.2 -> 2.2.3

This commit is contained in:
R. Ryantm 2023-01-19 12:27:44 +00:00
parent f46ee73ba6
commit 3a0d3ccb2b

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
name = "cinny-desktop";
version = "2.2.2";
version = "2.2.3";
src = fetchurl {
url = "https://github.com/cinnyapp/cinny-desktop/releases/download/v${version}/Cinny_desktop-x86_64.deb";
sha256 = "sha256-TdKxVvhz6DTJ9ZST/OBc37DcH9lpoKrY5yP8skTO9eQ=";
sha256 = "sha256-siEAIZ9cCIJZTkeZkvT5yrPjRGoOl7vjU98AUrhgJNw=";
};
nativeBuildInputs = [