Unverified Commit fd598bf2 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

halo: 2.16.3 -> 2.17.0
parents f42a66c0 ad878ef1
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.16.3";
  version = "2.17.0";
  src = fetchurl {
    url = "https://github.com/halo-dev/halo/releases/download/v${version}/${pname}-${version}.jar";
    hash = "sha256-sl2b9zKugnCEMHyvEqBWZPidoANth5gRfh34NAaqg7A=";
    hash = "sha256-dSNYFifFITNnUxUOLmiO8LbHyjlCmVU9LlpZp/ThD/Q=";
  };

  nativeBuildInputs = [