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

This commit is contained in:
Gaétan Lepage
2025-11-25 17:12:36 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -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
View File
@@ -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
};
})