hail: 0.2.2 -> 0.3.0

This commit is contained in:
R. Ryantm
2025-12-13 04:40:23 +00:00
parent 7c8931d72c
commit 941fb42aff
+3 -3
View File
@@ -15,17 +15,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "hail";
version = "0.2.2";
version = "0.3.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "periwinkle";
repo = "hail";
tag = finalAttrs.version;
hash = "sha256-LJodAS24x/dBNyrUxT9F0FHnu4s+Cb+CCtoe7nPM66w=";
hash = "sha256-PpZfOC4M6XNcdAWd2E8ONruOq9yOTRutjKi86mmoxAo=";
};
cargoHash = "sha256-kEPnfRY2McSVNBuBC9VSKK5p8JIUeZh/LeFZQa1Hn5U=";
cargoHash = "sha256-+zxoICy3lrS+7fZU0yD1C4uKRj/JtDvizKla1xmz+PY=";
nativeBuildInputs = [ pkg-config ];