Unverified Commit d55c6b2b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

gemrb: 0.9.2 -> 0.9.3 (#326422)

parents 98961952 a9f5850a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "gemrb";
  version = "0.9.2";
  version = "0.9.3";

  src = fetchFromGitHub {
    owner = "gemrb";
    repo = "gemrb";
    rev = "v${version}";
    hash = "sha256-riea48Jc9zYb19mf5sBunTp5l27PGRFd/B5KdCUWr6Y=";
    hash = "sha256-n01Q/27iYXahBbUDFHW1Q3lPqCtTvhstUBgownZbKtg=";
  };

  buildInputs = [