Merge pull request #77146 from r-ryantm/auto-update/mcrcon

mcrcon: 0.6.1 -> 0.7.1
This commit is contained in:
Ryan Mulligan 2020-01-07 06:48:05 -08:00 committed by GitHub
commit 09e3b355a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mcrcon";
version = "0.6.1";
version = "0.7.1";
src = fetchFromGitHub {
owner = "Tiiffi";
repo = "mcrcon";
rev = "v${version}";
sha256 = "0as60cgl8sflykmwihc6axy1hzx6gjgjav6c7mvlbsc43dv8fs51";
sha256 = "004h1glagyw1mic1k461bky0w2fxdfhrhcqjzr9wp6gvyy9s8bix";
};
buildPhase = ''