Unverified Commit 021e4388 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

mint-l-theme: 2.0.6 -> 2.0.7 (#515864)

parents d6c3152a c6bdaeb1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "mint-l-theme";
  version = "2.0.6";
  version = "2.0.7";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "mint-l-theme";
    tag = finalAttrs.version;
    hash = "sha256-Lss8P0L6gxbP88MiTfv3VfOFkvkEUDXIPBoFHPxLWqE=";
    hash = "sha256-Wk480v9AHUfcaZP9sm/boIFWcbuhmJ5cH14qV4BRtuw=";
  };

  nativeBuildInputs = [