Commit 1e20943e authored by R. RyanTM's avatar R. RyanTM
Browse files

halo: 2.21.3 -> 2.21.4

parent b4d340fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,10 +8,10 @@
}:
stdenv.mkDerivation rec {
  pname = "halo";
  version = "2.21.3";
  version = "2.21.4";
  src = fetchurl {
    url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
    hash = "sha256-l5tD9QIQfuRXG6hxP2ensb3SeX/A7F/xx694rQKUUrI=";
    hash = "sha256-RoisTthVRq6UGTE5jRdo6tL/3UVaOu1/3XPpwyLQV4g=";
  };

  nativeBuildInputs = [