papirus-icon-theme: 20220808 -> 20220910

https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20220910
This commit is contained in:
kilianar 2022-09-10 16:46:44 +02:00
parent 7c83723fb6
commit 7c1e888028

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "papirus-icon-theme";
version = "20220808";
version = "20220910";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = pname;
rev = version;
sha256 = "sha256-eOsqBIo7Bs/5mbD8x2Q+RO49Cqxd1KoqNbTsiV9RDWg=";
sha256 = "sha256-ohZe7TCvbQcJmUyFY7DN6BgfAAqW1HhXi1UXXPh0t4Q=";
};
nativeBuildInputs = [ gtk3 papirus-folders ];