Merge pull request #179431 from kilianar/nordzy-icon-theme

nordzy-icon-theme: unstable-2022-01-23 -> 1.5
main
José Romildo Malaquias 2 years ago committed by GitHub
commit 2e8ca091a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pkgs/data/icons/nordzy-icon-theme/default.nix

@ -6,15 +6,15 @@
, nordzy-themes ? [ "all" ] # Override this to only install selected themes
}:
stdenvNoCC.mkDerivation {
stdenvNoCC.mkDerivation rec {
pname = "nordzy-icon-theme";
version = "unstable-2022-01-23";
version = "1.5";
src = fetchFromGitHub {
owner = "alvatip";
repo = "Nordzy-icon";
rev = "10b9ee80ef5c4cac1d1770d89a6d55046521ea36";
sha256 = "1b8abhs5gzr2qy407jq818pr67vjky8zn3pa3c8n552ayybblibk";
rev = version;
sha256 = "sha256-2uMbiee7wCyDxs6kYd5sL/keDVIVjIWxoci5/t2HF8s=";
};
# In the post patch phase we should first make sure to patch shebangs.

Loading…
Cancel
Save