Commit b5d81e8f authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

luanti: 5.13.0 -> 5.14.0

parent eae05845
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,13 +40,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "luanti";
  version = "5.13.0";
  version = "5.14.0";

  src = fetchFromGitHub {
    owner = "luanti-org";
    repo = "luanti";
    tag = finalAttrs.version;
    hash = "sha256-TvI0+G7bRwwkEegv/AN4aBIN05M1AnWsaYD4lr3VTb8=";
    hash = "sha256-y4Bnlq3nE2u4PN0VPyBP31YORrG6LPPoSb7T5i9JnVM=";
  };

  patches = [