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

mint-themes: 2.2.0 -> 2.2.1 (#365115)

parents bafe2cd9 b130901e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "mint-themes";
  version = "2.2.0";
  version = "2.2.1";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = pname;
    rev = version;
    hash = "sha256-aB44YMaf4cCFv26zn9ZPeJA7lTdGE5ePI1TkKkG+Ekw=";
    hash = "sha256-vKIAIaMW1iY85/IeoYeXT1Po+3o+Q6D6RcoA0kpjJoI=";
  };

  nativeBuildInputs = [