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

halo: 2.15.1 -> 2.15.2
This commit is contained in:
Nick Cao 2024-05-11 10:37:33 -04:00 committed by GitHub
commit 1b4318aed1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [