Unverified Commit 1b4318ae authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #310839 from r-ryantm/auto-update/halo

halo: 2.15.1 -> 2.15.2
parents 8c8ed0ee 91f0f1cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@
}:
stdenv.mkDerivation rec {
  pname = "halo";
  version = "2.15.1";
  version = "2.15.2";
  src = fetchurl {
    url = "https://github.com/halo-dev/halo/releases/download/v${version}/${pname}-${version}.jar";
    hash = "sha256-6qgbUXd0E38Rhv0Jf1qP54yJhQiB1a/Jr1FYw3bC4qI=";
    hash = "sha256-BCcIDaWtn8OkI+GWs741nWgqyO8qlE9m2hZ3e+iViUI=";
  };

  nativeBuildInputs = [