Update valheim mods

This commit is contained in:
muon 2025-06-16 18:37:45 +00:00
parent 46cf43bec9
commit 65d4e2cc48
3 changed files with 0 additions and 28 deletions

View file

@ -265,20 +265,6 @@
}, },
"version": "0.6.1" "version": "0.6.1"
}, },
"valheim.nobuildintegrity": {
"cargoLocks": null,
"date": null,
"extract": null,
"name": "valheim.nobuildintegrity",
"passthru": null,
"pinned": false,
"src": {
"sha256": "sha256-6nqqZ78QUjwrMNYp6Y3N3amN+elgkS6roEoQM0mWscU=",
"type": "tarball",
"url": "https://thunderstore.io/package/download/Makaveli23/NoBuildIntegrity/1.0.3/"
},
"version": "1.0.3"
},
"valheim.planteasily": { "valheim.planteasily": {
"cargoLocks": null, "cargoLocks": null,
"date": null, "date": null,

View file

@ -153,14 +153,6 @@
sha256 = "sha256-PhXW6vBtEMnhE93RAALEucPU9q3VpdMrooFawWYXl2A="; sha256 = "sha256-PhXW6vBtEMnhE93RAALEucPU9q3VpdMrooFawWYXl2A=";
}; };
}; };
"valheim.nobuildintegrity" = {
pname = "valheim.nobuildintegrity";
version = "1.0.3";
src = fetchTarball {
url = "https://thunderstore.io/package/download/Makaveli23/NoBuildIntegrity/1.0.3/";
sha256 = "sha256-6nqqZ78QUjwrMNYp6Y3N3amN+elgkS6roEoQM0mWscU=";
};
};
"valheim.planteasily" = { "valheim.planteasily" = {
pname = "valheim.planteasily"; pname = "valheim.planteasily";
version = "2.0.3"; version = "2.0.3";

View file

@ -152,9 +152,3 @@ src.webpage = "https://thunderstore.io/c/valheim/p/BentoG/MissingPieces/"
src.regex = "v(\\d+\\.\\d+\\.\\d+)" src.regex = "v(\\d+\\.\\d+\\.\\d+)"
fetch.tarball = "https://thunderstore.io/package/download/BentoG/MissingPieces/$ver/" fetch.tarball = "https://thunderstore.io/package/download/BentoG/MissingPieces/$ver/"
["valheim.nobuildintegrity"]
src.webpage = "https://thunderstore.io/c/valheim/p/Makaveli23/NoBuildIntegrity/"
src.regex = "v(\\d+\\.\\d+\\.\\d+)"
fetch.tarball = "https://thunderstore.io/package/download/Makaveli23/NoBuildIntegrity/$ver/"