Merge pull request #183736 from r-ryantm/auto-update/polymc

This commit is contained in:
Winter
2022-07-29 15:51:36 -04:00
committed by GitHub
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "polymc";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "PolyMC";
repo = "PolyMC";
rev = version;
sha256 = "sha256-gaPqCAC/tE6nUONgWSrVm3oBzSnOhZ5xiAJ+QyX+8rA=";
sha256 = "sha256-Pu2Eb3g6gwCZjJN0N6S/N82eBMLduQQUzXo8nMmtE+Y=";
fetchSubmodules = true;
};