Merge pull request #260080 from r-ryantm/auto-update/cinnamon.mint-artwork

cinnamon.mint-artwork: 1.7.5 -> 1.7.6
This commit is contained in:
Bobby Rong 2023-10-11 21:08:19 +08:00 committed by GitHub
commit 4cf896a425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -221,7 +221,7 @@ in
# Default Fonts
fonts.packages = with pkgs; [
source-code-pro # Default monospace font in 3.32
dejavu_fonts # Default monospace font in LMDE 6+
ubuntu_font_family # required for default theme
];
})

View File

@ -37,6 +37,7 @@ let
cinnamon-settings-daemon
cinnamon-common
gnome.gnome-terminal
gsettings-desktop-schemas
gtk3
] ++ extraGSettingsOverridePackages;

View File

@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
pname = "mint-artwork";
version = "1.7.5";
version = "1.7.6";
src = fetchurl {
urls = [
"http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
"https://web.archive.org/web/20230601120342/http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
"https://web.archive.org/web/20231010134817/http://packages.linuxmint.com/pool/main/m/mint-artwork/mint-artwork_${version}.tar.xz"
];
hash = "sha256-yd2FyGAznXGnHJLkMsSNqIx0sbKHl3cNMr7tpue7BlA=";
hash = "sha256-u1hD0q67bKYKv/xMqqgxA6660v03xjVL4X7zxnNwGf8=";
};
nativeBuildInputs = [