polymc: 1.1.0 -> 1.1.1

This commit is contained in:
Jeffrey Harmon 2022-03-28 21:37:23 -04:00
parent 8c5ec1e561
commit 1524abe689
No known key found for this signature in database
GPG Key ID: 1A5CF61AC92D97AA

View File

@ -18,13 +18,13 @@
mkDerivation rec {
pname = "polymc";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "PolyMC";
repo = "PolyMC";
rev = version;
sha256 = "sha256-p5vbpNZI/JiQJclEo/Pu/46qVul+3DAzaoow8jabHrI=";
sha256 = "sha256-virXfnjCzuR2cJoyzapIopT9B+Yi1neff2ZqfOvsmxY=";
fetchSubmodules = true;
};