Merge pull request #186578 from r-ryantm/auto-update/cinny-desktop

cinny-desktop: 2.1.1 -> 2.1.2
This commit is contained in:
superherointj 2022-08-14 21:41:46 -03:00 committed by GitHub
commit 51c76421e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "cinny-desktop"; name = "cinny-desktop";
version = "2.1.1"; version = "2.1.2";
src = fetchurl { src = fetchurl {
url = "https://github.com/cinnyapp/cinny-desktop/releases/download/v${version}/Cinny_desktop-x86_64.deb"; url = "https://github.com/cinnyapp/cinny-desktop/releases/download/v${version}/Cinny_desktop-x86_64.deb";
sha256 = "sha256-4jd+N3a+u+c+XLwgr8BvvdkVLzo+xTBKFdjiQeu7NJU="; sha256 = "sha256-JLu6xAnUaeRTM/yj2Qsc7pXTRXCnvxx8NL2fDXyAUg0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [