Unverified Commit 033a0a5c authored by Pascal Dietrich's avatar Pascal Dietrich
Browse files

morewaita-icon-theme: 45 -> 47.1

parent 1c498560
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
stdenvNoCC.mkDerivation rec {
  pname = "morewaita-icon-theme";
  version = "45";
  version = "47.1";

  src = fetchFromGitHub {
    owner = "somepaulo";
    repo = "MoreWaita";
    rev = "v${version}";
    hash = "sha256-UtwigqJjkin53Wg3PU14Rde6V42eKhmP26a3fDpbJ4Y=";
    rev = "${version}";
    hash = "sha256-/ANzNQi+H2UzRlLrMBBMxEA/TGNpCwf8lNn6sHEKfQE=";
  };

  nativeBuildInputs = [