Unverified Commit c3217ec6 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

master_me: 1.2.0 -> 1.3.0 (#420997)

parents 6872baa4 aafe5d78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@
}:
stdenv.mkDerivation rec {
  pname = "master_me";
  version = "1.2.0";
  version = "1.3.0";

  src = fetchFromGitHub {
    owner = "trummerschlunk";
    repo = "master_me";
    rev = version;
    fetchSubmodules = true;
    hash = "sha256-FG3X1dOF9KRHHSnd5/zP+GrYCB2O0y+tnI5/l9tNhyE=";
    hash = "sha256-PEa1EHgr3dcM2Kh0AHvy1knKkRo89D6J4h6qGFy1vVY=";
  };

  nativeBuildInputs = [ pkg-config ];