diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-04-18 02:09:04 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2024-04-18 02:09:04 +0000 |
| commit | 81f4e646631555a22c1fbd1bf025f3e22870f6f3 (patch) | |
| tree | 7756320e9164d9af5dc7fca9b8c7cee801f34ca8 | |
| parent | Merge pull request #299762 from autrimpo/gonic-0.16.3 (diff) | |
| download | nixpkgs-81f4e646631555a22c1fbd1bf025f3e22870f6f3.tar.gz | |
orchis-theme: 2024-04-01 -> 2024-04-18
| -rw-r--r-- | pkgs/data/themes/orchis-theme/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/orchis-theme/default.nix b/pkgs/data/themes/orchis-theme/default.nix index 100599b34c3c..75bdf7b07aa9 100644 --- a/pkgs/data/themes/orchis-theme/default.nix +++ b/pkgs/data/themes/orchis-theme/default.nix @@ -26,13 +26,13 @@ lib.checkListOfEnum "${pname}: theme tweaks" validTweaks tweaks stdenvNoCC.mkDerivation rec { inherit pname; - version = "2024-04-01"; + version = "2024-04-18"; src = fetchFromGitHub { repo = "Orchis-theme"; owner = "vinceliuice"; rev = version; - hash = "sha256-gszyUZGWlgrBTQnaz6Ws7jzfTN5KAfX5SjVwmVrP9QE="; + hash = "sha256-Kvafbvw1q8F0+l47WshFHPfZEQhFXPPXuI0RjBJnP4s="; }; nativeBuildInputs = [ gtk3 sassc ]; |
