3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #151195 from romildo/upd.luna-icons

luna-icons: 1.7 -> 1.8
This commit is contained in:
Janne Heß 2021-12-18 21:35:12 +01:00 committed by GitHub
commit 79c0393baf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "luna-icons";
version = "1.7";
version = "1.8";
src = fetchFromGitHub {
owner = "darkomarko42";
repo = pname;
rev = version;
sha256 = "sha256-L8bkO2zGEXfwqoWZRDCm/PdBxwedkx57kduwlMoyAME=";
sha256 = "1c317ac43ff70sxn1syx20qhs4nkccv6hbf69fmi3acswqsll1z4";
};
nativeBuildInputs = [