mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #204809 from bobby285271/cinnamon
cinnamon.mint-artwork: 1.7.2 -> 1.7.3
This commit is contained in:
commit
fa01623a88
2 changed files with 5 additions and 5 deletions
|
@ -67,11 +67,11 @@ in
|
||||||
|
|
||||||
# Taken from mint-artwork.gschema.override
|
# Taken from mint-artwork.gschema.override
|
||||||
theme = mkIf (notExcluded pkgs.cinnamon.mint-themes) {
|
theme = mkIf (notExcluded pkgs.cinnamon.mint-themes) {
|
||||||
name = mkDefault "Mint-X";
|
name = mkDefault "Mint-Y-Aqua";
|
||||||
package = mkDefault pkgs.cinnamon.mint-themes;
|
package = mkDefault pkgs.cinnamon.mint-themes;
|
||||||
};
|
};
|
||||||
iconTheme = mkIf (notExcluded pkgs.cinnamon.mint-x-icons) {
|
iconTheme = mkIf (notExcluded pkgs.cinnamon.mint-x-icons) {
|
||||||
name = mkDefault "Mint-X-Dark";
|
name = mkDefault "Mint-Y-Aqua";
|
||||||
package = mkDefault pkgs.cinnamon.mint-x-icons;
|
package = mkDefault pkgs.cinnamon.mint-x-icons;
|
||||||
};
|
};
|
||||||
cursorTheme = mkIf (notExcluded pkgs.cinnamon.mint-cursor-themes) {
|
cursorTheme = mkIf (notExcluded pkgs.cinnamon.mint-cursor-themes) {
|
||||||
|
|
|
@ -7,14 +7,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mint-artwork";
|
pname = "mint-artwork";
|
||||||
version = "1.7.2";
|
version = "1.7.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
|
"http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
|
||||||
"https://web.archive.org/web/20221203023403/http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
|
"https://web.archive.org/web/20221206154838/http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
|
||||||
];
|
];
|
||||||
hash = "sha256-I8gLWwwuXZkgc5zZ9QVkSarugcNWLFIz2mU1d4QqJRU=";
|
hash = "sha256-lusYlmTL71VTGSJFssuIZVu7xJMuZQ7wj2rMtO1lhZ8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue