alioth: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm
2026-03-22 15:14:45 +00:00
parent 626452ef6d
commit d421f81f9a
+3 -3
View File
@@ -6,19 +6,19 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "alioth";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "google";
repo = "alioth";
tag = "v${finalAttrs.version}";
hash = "sha256-VkyR9NOxv5PVuW172Sw2ign6sApDnKTnH2BBlVl6GFk=";
hash = "sha256-Ny/YrXHo4qP8NDiRNtXv843RjJKzKFuSH20ZoGp3ODQ=";
};
# Checks use `debug_assert_eq!`
checkType = "debug";
cargoHash = "sha256-NUbu2AL5gD7OOskNGO0pitJaTlgCYxAr6GYyv8nuytI=";
cargoHash = "sha256-eWozwXaVtR/3k7w7+tPzK1xlt9/DtvTYC+YPL/A+sU0=";
separateDebugInfo = true;