materia-kde-theme: 20210814 -> 20220607

https://github.com/PapirusDevelopmentTeam/materia-kde/releases/tag/20220607
This commit is contained in:
kilianar
2022-07-11 14:38:18 +08:00
committed by Peter Hoeg
parent 6de4f6b39f
commit 3217a8b0c2
+2 -2
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)" ];