nordzy-icon-theme: unstable-2022-01-23 -> 1.5
This commit is contained in:
parent
16de63fcc5
commit
34826506ec
1 changed files with 4 additions and 4 deletions
|
@ -6,15 +6,15 @@
|
||||||
, nordzy-themes ? [ "all" ] # Override this to only install selected themes
|
, nordzy-themes ? [ "all" ] # Override this to only install selected themes
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "nordzy-icon-theme";
|
pname = "nordzy-icon-theme";
|
||||||
version = "unstable-2022-01-23";
|
version = "1.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alvatip";
|
owner = "alvatip";
|
||||||
repo = "Nordzy-icon";
|
repo = "Nordzy-icon";
|
||||||
rev = "10b9ee80ef5c4cac1d1770d89a6d55046521ea36";
|
rev = version;
|
||||||
sha256 = "1b8abhs5gzr2qy407jq818pr67vjky8zn3pa3c8n552ayybblibk";
|
sha256 = "sha256-2uMbiee7wCyDxs6kYd5sL/keDVIVjIWxoci5/t2HF8s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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