Unverified Commit b8180885 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

tetrio-desktop: 9 -> 10 (#443655)

parents c8991940 d0ff019f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,11 +12,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "tetrio-desktop";
  version = "9";
  version = "10";

  src = fetchzip {
    url = "https://tetr.io/about/desktop/builds/${finalAttrs.version}/TETR.IO%20Setup.deb";
    hash = "sha256-TgegFy+sHjv0ILaiLO1ghyUhKXoj8v43ACJOJhKyI0c=";
    hash = "sha256-2FtFCajNEj7O8DGangDecs2yeKbufYLx1aZb3ShnYvw=";
    nativeBuildInputs = [ dpkg ];
  };

+1 −0
Original line number Diff line number Diff line
@@ -106,5 +106,6 @@ stdenv.mkDerivation (finalAttrs: {
    ];
    maintainers = with lib.maintainers; [ huantian ];
    platforms = lib.platforms.linux;
    broken = true; # not yet updated for tetrio-desktop v10
  };
})