breitbandmessung: 3.8.0 -> 3.9.0, update electron, move to by-name (#420158)

This commit is contained in:
Aleksana
2025-06-26 21:07:04 +08:00
committed by GitHub
5 changed files with 14 additions and 16 deletions
@@ -1,11 +0,0 @@
{
version = "3.8.0";
x86_64-linux = {
url = "https://download.breitbandmessung.de/bbm/Breitbandmessung-3.8.0-linux.deb";
sha256 = "sha256-0smSLq8PAwEWK9yf4GeUjXcKlKVRoqfb+qd8w3ppQqA=";
};
x86_64-darwin = {
url = "https://download.breitbandmessung.de/bbm/Breitbandmessung-3.8.0-mac.dmg";
sha256 = "sha256-lysO25oDNDs86Es2VO3XSafVpZU5mcKAZXEdkn0AHig=";
};
}
@@ -4,7 +4,7 @@
fetchurl,
asar,
dpkg,
electron,
electron_36,
makeWrapper,
nixosTests,
undmg,
@@ -13,6 +13,8 @@
let
inherit (stdenv.hostPlatform) system;
electron = electron_36;
sources = import ./sources.nix;
systemArgs =
@@ -0,0 +1,11 @@
{
version = "3.9.0";
x86_64-linux = {
url = "https://download.breitbandmessung.de/bbm/Breitbandmessung-3.9.0-linux.deb";
sha256 = "sha256-OG+oZr5UHIjrQOxPmLs/DzGJuUAd5pAyvLuTOvhC+20=";
};
x86_64-darwin = {
url = "https://download.breitbandmessung.de/bbm/Breitbandmessung-3.9.0-mac.dmg";
sha256 = "sha256-Tvb2Cum/Bavu+VAVS/1O7pxSIVLdP2XzTG27fhgIh9E=";
};
}
-4
View File
@@ -1235,10 +1235,6 @@ with pkgs;
stdenv = clangStdenv;
};
breitbandmessung = callPackage ../applications/networking/breitbandmessung {
electron = electron_34;
};
### APPLICATIONS/VERSION-MANAGEMENT
git = callPackage ../applications/version-management/git {