Merge pull request #158217 from fortuneteller2k/papirus

papirus-icon-theme: 20211201 -> 20220204
This commit is contained in:
José Romildo Malaquias 2022-02-05 09:39:42 -03:00 committed by GitHub
commit 9d211742dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "papirus-icon-theme";
version = "20211201";
version = "20220204";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = pname;
rev = version;
sha256 = "sha256-lcwQALFQ4zkgDLCX1uthAP3QZwP7UcWcPSOU+UTDykE=";
sha256 = "sha256-DYz2fnn1ZfX09NQcRXmGTYY95K5wOWhlmJeDjEvN1vY=";
};
nativeBuildInputs = [ gtk3 ];