modules/desktop: use amberol 0.7.0
This commit is contained in:
parent
7951248005
commit
a92e05d647
1 changed files with 15 additions and 1 deletions
|
@ -29,7 +29,21 @@
|
||||||
gui-apps = with inputs.self.packages.x86_64-linux; [
|
gui-apps = with inputs.self.packages.x86_64-linux; [
|
||||||
obfuscate
|
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
|
celluloid
|
||||||
gnome-firmware-updater
|
gnome-firmware-updater
|
||||||
gnome-podcasts
|
gnome-podcasts
|
||||||
|
|
Loading…
Add table
Reference in a new issue