papirus-icon-theme: 20230301 -> 20230601

https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20230601
This commit is contained in:
kilianar 2023-06-01 14:16:41 +02:00
parent 4e80f80864
commit b856a7bbbc

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "papirus-icon-theme";
version = "20230301";
version = "20230601";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = pname;
rev = version;
sha256 = "sha256-iIvynt8Qg9PmR2q7JsLtRlYxfHGaShMD8kbbPL89DzE=";
sha256 = "sha256-p47Vt1nR94bXtpWjNaIWJNKbdgFFMc0qCBeh2V98CJg=";
};
nativeBuildInputs = [ gtk3 papirus-folders ];