materia-kde-theme: 20210814 -> 20220607

https://github.com/PapirusDevelopmentTeam/materia-kde/releases/tag/20220607
This commit is contained in:
kilianar 2022-07-03 00:19:44 +02:00 committed by Peter Hoeg
parent 6de4f6b39f
commit 3217a8b0c2

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "materia-kde-theme";
version = "20210814";
version = "20220607";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = "materia-kde";
rev = version;
sha256 = "KfC1nB5WUcYixqSy5XCP+6Uqhs07Y3p2F1H+5HB8wAg=";
sha256 = "sha256-xshkp1Y5V8A3Fj4HCkmFpWcw3xEuNyRJqOLBkIKhwpQ=";
};
makeFlags = [ "PREFIX=$(out)" ];