Merge pull request #252811 from kilianar/papirus-icon-theme-20230901

papirus-icon-theme: 20230801 -> 20230901
This commit is contained in:
José Romildo Malaquias 2023-09-01 16:43:16 -03:00 committed by GitHub
commit ec4366572d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "papirus-icon-theme";
version = "20230801";
version = "20230901";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = pname;
rev = version;
hash = "sha256-sEfJKlGdogM0rOqg3Buytgd7vm0zEkmkSR343ZgGI2I=";
hash = "sha256-FcTNZgCdPlYjpheA3PfZBR3apOkDi4+RafQtXdqchGI=";
};
nativeBuildInputs = [ gtk3 papirus-folders ];