Merge pull request #134477 from r-ryantm/auto-update/qogir-theme

qogir-theme: 2021-06-25 -> 2021-08-02
This commit is contained in:
José Romildo Malaquias 2021-08-17 14:01:48 -03:00 committed by GitHub
commit 1f852ee80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qogir-theme";
version = "2021-06-25";
version = "2021-08-02";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "178lk0zffm4nd8fc872rfpm2aii1nszq0k389gkiyxkqphmknn4n";
sha256 = "sha256-U048qNBfxjx/5iHIXcqAwXfIwmux+sw4hVQkN3TDLzk=";
};
buildInputs = [ gdk-pixbuf librsvg ];