1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

whitesur-icon-theme: 20210826 -> 20211013

This commit is contained in:
Icy-Thought 2021-10-29 16:33:01 +02:00
parent c8f8adc5ec
commit a5b1903e54
No known key found for this signature in database
GPG key ID: B593E438DDAB3C66

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "Whitesur-icon-theme";
version = "2021-08-26";
version = "2021-10-13";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "O7nb6X20HvnzldijP/fXqAs/2qE5JUg3DEMb84ZMQp4=";
sha256 = "BP5hGi3G9zNUSfeCbwYUvd3jMcWhstXiDeZCJ6Hgey8=";
};
nativeBuildInputs = [ gtk3 ];