nordzy-icon-theme: 1.5 -> 1.6
https://github.com/alvatip/Nordzy-icon/releases/tag/1.6
This commit is contained in:
parent
f768f10189
commit
08cb5b1eab
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "nordzy-icon-theme";
|
pname = "nordzy-icon-theme";
|
||||||
version = "1.5";
|
version = "1.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alvatip";
|
owner = "alvatip";
|
||||||
repo = "Nordzy-icon";
|
repo = "Nordzy-icon";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-2uMbiee7wCyDxs6kYd5sL/keDVIVjIWxoci5/t2HF8s=";
|
sha256 = "sha256-syiJL5i7JJXiSedUtaaoCnAv/6NgRtB3um7A5Sp+Pek=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# In the post patch phase we should first make sure to patch shebangs.
|
# In the post patch phase we should first make sure to patch shebangs.
|
||||||
|
|
Loading…
Reference in a new issue