Merge pull request #144458 from r-ryantm/auto-update/mcrcon
mcrcon: 0.7.1 -> 0.7.2
This commit is contained in:
commit
914813789d
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mcrcon";
|
pname = "mcrcon";
|
||||||
version = "0.7.1";
|
version = "0.7.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Tiiffi";
|
owner = "Tiiffi";
|
||||||
repo = "mcrcon";
|
repo = "mcrcon";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "004h1glagyw1mic1k461bky0w2fxdfhrhcqjzr9wp6gvyy9s8bix";
|
sha256 = "sha256-cedeKsZgEyu0jqN4kBSgMJzFNUfCVXCEwH3M54miSG4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user