lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

materia-kde-theme: 20220607 -> 20220714

https://github.com/PapirusDevelopmentTeam/materia-kde/releases/tag/20220714

kilianar 5740271e f768f101

+2 -2
+2 -2
pkgs/data/themes/materia-kde/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "materia-kde-theme"; 5 - version = "20220607"; 5 + version = "20220714"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "PapirusDevelopmentTeam"; 9 9 repo = "materia-kde"; 10 10 rev = version; 11 - sha256 = "sha256-xshkp1Y5V8A3Fj4HCkmFpWcw3xEuNyRJqOLBkIKhwpQ="; 11 + sha256 = "sha256-/LA+H2ekxuO1RpfaPJruRGeWPVopA0rZUxU4Mh7YQ0s="; 12 12 }; 13 13 14 14 makeFlags = [ "PREFIX=$(out)" ];