Unverified Commit f00994e7 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #226638 from rhoriguchi/yaru-theme

parents 064ffc66 757b6381
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "yaru";
  version = "22.10.3";
  version = "23.04.4";

  src = fetchFromGitHub {
    owner = "ubuntu";
    repo = "yaru";
    rev = version;
    hash = "sha256-ZWt9I/Q5p6fAkheR6QlZI1DI/HL8bSNmHuO5+V3vunY=";
    hash = "sha256-8MtRYNJJVhZzE5Ds1HSk+Ej3FUD/z2hGZAsuCeGzWb4=";
  };

  nativeBuildInputs = [ meson sassc pkg-config glib ninja python3 ];