Unverified Commit 3576b67e authored by superherointj's avatar superherointj Committed by GitHub
Browse files

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

cinny-desktop: 2.1.3 -> 2.2.0
parents 19a4cf25 0d95dc96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenv.mkDerivation rec {
  name = "cinny-desktop";
  version = "2.1.3";
  version = "2.2.0";

  src = fetchurl {
    url = "https://github.com/cinnyapp/cinny-desktop/releases/download/v${version}/Cinny_desktop-x86_64.deb";
    sha256 = "sha256-fUnWGnulj/515aEdd+rCy/LGLLAs2yAOOBUn9K1LhNs=";
    sha256 = "sha256-UvNvfgOaqG2P3pl7cHwP0E7f8JLMo1EDiDAy05pJVE4=";
  };

  nativeBuildInputs = [