Unverified Commit e6ca30b1 authored by Mihai Fufezan's avatar Mihai Fufezan
Browse files

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

parent a419e655
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@ assert lib.assertMsg (unknownTweaks == [ ]) ''
stdenvNoCC.mkDerivation
rec {
  pname = "orchis-theme";
  version = "2022-05-01";
  version = "2022-05-29";

  src = fetchFromGitHub {
    repo = "Orchis-theme";
    owner = "vinceliuice";
    rev = version;
    sha256 = "sha256-OYB/TnVm8AOQTdF+rGiY5tQjUjkSSpMrqFo0+TXSHzA=";
    sha256 = "sha256-F4kqQ1B8JNo2TAdGFondAtQu5C/6os9SQ8NS2gfRCQM=";
  };

  nativeBuildInputs = [ gtk3 sassc ];