mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
morewaita-icon-theme: 47.4 -> 48.1
This commit is contained in:
parent
cd13997b85
commit
6af7c988e5
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "morewaita-icon-theme";
|
pname = "morewaita-icon-theme";
|
||||||
version = "47.4";
|
version = "48.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "somepaulo";
|
owner = "somepaulo";
|
||||||
repo = "MoreWaita";
|
repo = "MoreWaita";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-AcEQVIlv+ar0dvqoTDFq06P3dCZx/sS/HUXxuBUvRoo=";
|
hash = "sha256-18jI4hADVHC/WCmMTlA+VBuZ1jNGSxL+lO3GwWDiNoU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue