Compare commits

..

No commits in common. "f2f493bd1a21ffa187e0848e54246cb75d9a9ab0" and "4dd8b285aac49a5e2cc87516bfcb56970acc3412" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -247,11 +247,11 @@
pname = "discord-electron";
binaryName = "DiscordCanary";
desktopName = "Discord (Wayland)";
version = "0.0.156";
version = "0.0.154";
src = pkgs.fetchurl {
url =
"https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
hash = "sha256-W28AGQEeTkjZjRckEputN41wAPwyAm349uNlXYfZTCs=";
hash = "sha256-rtqPQZBrmxnHuXgzmC7VNiucXBBmtrn8AiKNDtxaR7c=";
};
electron = pkgs.electron_22;
};

View File

@ -74,7 +74,7 @@ in lib.mkMerge [
(update-flake {
name = "rust-util";
repo = "gitea@git.stranger.systems:nix/Rust.git";
schedule = "Sat, 4:00";
schedule = "Mon, 8:00";
})
(update-flake {
name = "java";