modules/desktop: use amberol 0.7.0

This commit is contained in:
Max Headroom 2022-06-07 16:12:48 +02:00
parent 7951248005
commit a92e05d647

View file

@ -29,7 +29,21 @@
gui-apps = with inputs.self.packages.x86_64-linux; [
obfuscate
] ++ [
amberol
(amberol.overrideAttrs (_: rec {
version = "0.7.0";
src = pkgs.fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "amberol";
rev = version;
hash = "sha256-cBHFyPqhgcFOeYqMhF1aX3XCGAtqEZpI7Mj7b78Etmo=";
};
cargoDeps = pkgs.rustPlatform.fetchCargoTarball {
inherit src;
name = "amberol-${version}";
hash = "sha256-GaMJsIrTbhI1tmahEMlI1v5hmjw+tFEv9Wdne/kiYIA=";
};
}))
celluloid
gnome-firmware-updater
gnome-podcasts