wiliwili: 1.5.1 -> 1.5.2 (#432067)

This commit is contained in:
Nick Cao
2025-08-10 09:05:54 -04:00
committed by GitHub
+2 -2
View File
@@ -18,14 +18,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wiliwili";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "xfangfang";
repo = "wiliwili";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-37DQafP+PFjrfNXJt88oK0ghqQEVQjDdVbYsf1tHAN4=";
hash = "sha256-lcHKbEYlOznu9WhWX7ZoOCnxr6h/AJCLbjLmc2ZZTbg=";
};
nativeBuildInputs = [