Unverified Commit 97ee3e7b authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

anilibria-winmaclinux: 2.2.31 -> 2.2.32 (#457837)

parents e6c31ab1 cf5ad65f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

mkDerivation rec {
  pname = "anilibria-winmaclinux";
  version = "2.2.31";
  version = "2.2.32";

  src = fetchFromGitHub {
    owner = "anilibria";
    repo = "anilibria-winmaclinux";
    rev = version;
    hash = "sha256-czLEYPz+5vXHisXexzRXLhwN4onka31hn69F4MaSnCs=";
    hash = "sha256-Wxzv1iLJ+OWw+g6ndBX36AR2v9cSu2uZysegz97+XaM=";
  };

  sourceRoot = "${src.name}/src";