Unverified Commit ae1a6ac2 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

mcaselector: 2.5.1 -> 2.5.2 (#398697)

parents 475f0b3f f5125c0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "mcaselector";
  version = "2.5.1";
  version = "2.5.2";

  src = fetchurl {
    url = "https://github.com/Querz/mcaselector/releases/download/${finalAttrs.version}/mcaselector-${finalAttrs.version}.jar";
    hash = "sha256-pdnJK35hWFAJogRzICVerqfpGJqVxWgRsy1v5nlCLGc=";
    hash = "sha256-bbhbTsMtBIBTGd6IRTKPzY5T8NLfLqBu2bYc8GK8y/U=";
  };

  dontUnpack = true;