Skip to content

Commit

Permalink
luanti: 5.10.0 -> 5.11.0 (#382338)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Feb 16, 2025
2 parents 6d3b534 + 7a47f02 commit 8bc7a6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/lu/luanti/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "luanti";
version = "5.10.0";
version = "5.11.0";

src = fetchFromGitHub {
owner = "minetest";
repo = "minetest";
rev = finalAttrs.version;
hash = "sha256-sumwm8mJghpSriVflMQSHQM4BTmAhfI/Wl/FroLTVts=";
tag = finalAttrs.version;
hash = "sha256-0PJK7sS2oFTNWex9rLTgVIqaRhwuUb6H5HIlVOGA08k=";
};

patches = [
Expand Down

0 comments on commit 8bc7a6e

Please sign in to comment.