Compare commits

..

No commits in common. "1fd775a9bd0577847b1c848e2808aa9364ff3098" and "aa71899e978e9c9758e971081553f5f4a356b998" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -239,11 +239,11 @@
pname = "discord-electron";
binaryName = "DiscordCanary";
desktopName = "Discord (Wayland)";
version = "0.0.152";
version = "0.0.151";
src = pkgs.fetchurl {
url =
"https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-AzUM9ns9F/YQJ4lJz+1XwPMm2xm5Zc0akac2kUYyNKA=";
hash = "sha256-ZN+lEGtSajgYsyMoGRmyTZCpUGVmb9LKgVv89NA4m7U=";
};
electron = pkgs.electron_22;
};

View File

@ -69,7 +69,7 @@ in lib.mkMerge [
(update-flake {
name = "system";
repo = "gitea@git.stranger.systems:nix/System.git";
schedule = "Sun, 4:00";
schedule = "Mon, 4:00";
})
(update-flake {
name = "rust-util";