Unverified Commit 28b83c7b authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

halo: 2.21.6 -> 2.21.7 (#434940)

parents b8efb3e3 996994a2
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.6";
  version = "2.21.7";
  src = fetchurl {
    url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
    hash = "sha256-kMz97dsWUbP4taRjxS84I+NWPyefVlP/WaY6pk7K6Q0=";
    hash = "sha256-uHM/rqKwHs+THH4+jdGXfbPe2A+NtkbN2OUcsnJL8R0=";
  };

  nativeBuildInputs = [