mcporter: 0.10.2 -> 0.11.1 (#521065)

This commit is contained in:
Maciej Krüger
2026-05-23 20:34:49 +00:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "mcporter";
version = "0.10.2";
version = "0.11.1";
src = fetchFromGitHub {
owner = "steipete";
repo = "mcporter";
tag = "v${finalAttrs.version}";
hash = "sha256-1wBdYetYu+R04Fl50KR3zZK3QO6S95GV+PEO9k3Thhc=";
hash = "sha256-fhIU5z0H6piHNNHSQ3UQW6IqCdpCTjTxngT7AwQm5S0=";
};
pnpmDeps = fetchPnpmDeps {