Unverified Commit 9b2add1c authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

halo: 2.21.10 -> 2.22.10 (#473792)

parents 75fa16d3 317b98a3
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.10";
  version = "2.22.10";
  src = fetchurl {
    url = "https://github.com/halo-dev/halo/releases/download/v${version}/halo-${version}.jar";
    hash = "sha256-AvQbD+1mlAV73WJ3uM/vIwwv/aiEkovUkxatH54chNA=";
    hash = "sha256-3FrATqUGKSYfwYmDne8mbYGgPyG7+uyZtYVn4Bx+Pl0=";
  };

  nativeBuildInputs = [