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

halo: 2.17.2 -> 2.18.0
This commit is contained in:
Pol Dellaiera 2024-08-04 23:00:07 +02:00 committed by GitHub
commit c40d09b401
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.17.2";
version = "2.18.0";
src = fetchurl {
url = "https://github.com/halo-dev/halo/releases/download/v${version}/${pname}-${version}.jar";
hash = "sha256-8adbW13DsNCWzME7hRA5AUr/bOZVXl4LlVuIFZwpmXM=";
hash = "sha256-XFV+cdqtBJID/s0I3Z6TBfeyzN/e9euUoQVTWy64NYM=";
};
nativeBuildInputs = [