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

mcrcon: 0.7.1 -> 0.7.2
This commit is contained in:
Ryan Mulligan 2021-11-04 19:42:05 -07:00 committed by GitHub
commit 914813789d
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.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "Tiiffi";
repo = "mcrcon";
rev = "v${version}";
sha256 = "004h1glagyw1mic1k461bky0w2fxdfhrhcqjzr9wp6gvyy9s8bix";
sha256 = "sha256-cedeKsZgEyu0jqN4kBSgMJzFNUfCVXCEwH3M54miSG4=";
};
buildPhase = ''