Compare commits
No commits in common. "f2f493bd1a21ffa187e0848e54246cb75d9a9ab0" and "4dd8b285aac49a5e2cc87516bfcb56970acc3412" have entirely different histories.
f2f493bd1a
...
4dd8b285aa
|
@ -247,11 +247,11 @@
|
||||||
pname = "discord-electron";
|
pname = "discord-electron";
|
||||||
binaryName = "DiscordCanary";
|
binaryName = "DiscordCanary";
|
||||||
desktopName = "Discord (Wayland)";
|
desktopName = "Discord (Wayland)";
|
||||||
version = "0.0.156";
|
version = "0.0.154";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url =
|
url =
|
||||||
"https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
|
"https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
|
||||||
hash = "sha256-W28AGQEeTkjZjRckEputN41wAPwyAm349uNlXYfZTCs=";
|
hash = "sha256-rtqPQZBrmxnHuXgzmC7VNiucXBBmtrn8AiKNDtxaR7c=";
|
||||||
};
|
};
|
||||||
electron = pkgs.electron_22;
|
electron = pkgs.electron_22;
|
||||||
};
|
};
|
||||||
|
|
|
@ -74,7 +74,7 @@ in lib.mkMerge [
|
||||||
(update-flake {
|
(update-flake {
|
||||||
name = "rust-util";
|
name = "rust-util";
|
||||||
repo = "gitea@git.stranger.systems:nix/Rust.git";
|
repo = "gitea@git.stranger.systems:nix/Rust.git";
|
||||||
schedule = "Sat, 4:00";
|
schedule = "Mon, 8:00";
|
||||||
})
|
})
|
||||||
(update-flake {
|
(update-flake {
|
||||||
name = "java";
|
name = "java";
|
||||||
|
|
Loading…
Reference in New Issue