mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
nordzy-icon-theme: 1.7 -> 1.7.3
This commit is contained in:
parent
dd2351ee2f
commit
08ac27cd9a
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "nordzy-icon-theme";
|
pname = "nordzy-icon-theme";
|
||||||
version = "1.7";
|
version = "1.7.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alvatip";
|
owner = "alvatip";
|
||||||
repo = "Nordzy-icon";
|
repo = "Nordzy-icon";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-pyWEHP7tqg7Cca38a7cGTCx/PCQ+OqG2koxQB6PSzkA=";
|
sha256 = "sha256-hKWfUlZqDKFwy4/jnZ9hnAClR7tuAa8sVf5DKmRa/XY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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 New Issue
Block a user