Skip to content

Commit

Permalink
Merge pull request #77146 from r-ryantm/auto-update/mcrcon
Browse files Browse the repository at this point in the history
mcrcon: 0.6.1 -> 0.7.1
  • Loading branch information
ryantm committed Jan 7, 2020
2 parents 32c0a30 + 54553c2 commit 09e3b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/mcrcon/default.nix
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 09e3b35

Please sign in to comment.