orchis-theme: 2022-05-01 -> 2022-05-29

This commit is contained in:
Mihai Fufezan 2022-06-19 14:13:32 +03:00
parent a419e65544
commit e6ca30b1bd
No known key found for this signature in database
GPG key ID: 5899325F2F120900

View file

@ -21,13 +21,13 @@ assert lib.assertMsg (unknownTweaks == [ ]) ''
stdenvNoCC.mkDerivation stdenvNoCC.mkDerivation
rec { rec {
pname = "orchis-theme"; pname = "orchis-theme";
version = "2022-05-01"; version = "2022-05-29";
src = fetchFromGitHub { src = fetchFromGitHub {
repo = "Orchis-theme"; repo = "Orchis-theme";
owner = "vinceliuice"; owner = "vinceliuice";
rev = version; rev = version;
sha256 = "sha256-OYB/TnVm8AOQTdF+rGiY5tQjUjkSSpMrqFo0+TXSHzA="; sha256 = "sha256-F4kqQ1B8JNo2TAdGFondAtQu5C/6os9SQ8NS2gfRCQM=";
}; };
nativeBuildInputs = [ gtk3 sassc ]; nativeBuildInputs = [ gtk3 sassc ];