Merge pull request #166171 from SquarePear/polymc-1.1.1

This commit is contained in:
Sandro 2022-03-30 01:41:20 +02:00 committed by GitHub
commit 2c9380ddd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};