Merge pull request #195447 from bobby285271/pantheon

Pantheon 7 updates 2022-10-10

authored by

Bobby Rong and committed by
GitHub
d5af3888 1e18a51e

+4 -15
+2 -2
pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix
··· 11 11 12 12 stdenvNoCC.mkDerivation rec { 13 13 pname = "elementary-gtk-theme"; 14 - version = "7.0.0"; 14 + version = "7.0.1"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "elementary"; 18 18 repo = "stylesheet"; 19 19 rev = version; 20 - sha256 = "sha256-ZnQ54ktH0/ZyFH6c180YzbkK/TyIDziiwAXi/zqHpe4="; 20 + sha256 = "sha256-KUo9IbB10JRgFrn6I5y4+34PEihuwp78b+YsX2Wqip8="; 21 21 }; 22 22 23 23 nativeBuildInputs = [
+2 -13
pkgs/desktops/pantheon/granite/7/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitHub 4 - , fetchpatch 5 4 , nix-update-script 6 5 , python3 7 6 , meson ··· 19 18 20 19 stdenv.mkDerivation rec { 21 20 pname = "granite"; 22 - version = "7.0.0"; 21 + version = "7.1.0"; 23 22 24 23 outputs = [ "out" "dev" ]; 25 24 ··· 27 26 owner = "elementary"; 28 27 repo = pname; 29 28 rev = version; 30 - sha256 = "sha256-fuyjQDH3C8qRYuAfQDDeW3aSWVTLtGzMAjcuAHCB1Zw="; 29 + sha256 = "sha256-tdZSiIK+BW8uhbRxLUcrGQt71jRfVLOTgFNOqeLK6ig="; 31 30 }; 32 - 33 - patches = [ 34 - # MessageDialog: Fix large height bug 35 - # https://github.com/elementary/granite/pull/616 36 - (fetchpatch { 37 - url = "https://github.com/elementary/granite/commit/28e9b60fc8257b2d8e76412518e96a7e03efc6e4.patch"; 38 - sha256 = "sha256-3VH5bhX8tuNR3Iabz3JjkLfVVyO5eSnYacFgdqurU0A="; 39 - excludes = [ "data/granite.appdata.xml.in" ]; 40 - }) 41 - ]; 42 31 43 32 nativeBuildInputs = [ 44 33 gettext