hanko: 0.5.2 -> 0.5.4 (#407343)

This commit is contained in:
Nick Cao
2025-05-16 17:10:00 -04:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "hanko";
version = "0.5.2";
version = "0.5.4";
src = fetchFromGitHub {
owner = "SRv6d";
repo = "hanko";
tag = "v${version}";
hash = "sha256-gytnUta/sNa8vJMvVS/DMwRc4R/8rmOnEfBKEjRpfGs=";
hash = "sha256-9HRoXqZ3wdD6xf33tooEHiBWSZlggjUFomblwF4cFtA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-UHA7NI/LtyY8ucj+PavKdqym8o5HtGUD7+60UYnGohM=";
cargoHash = "sha256-wHvhlWi99igZ2gKAIcBYg207JrbQNCOjlcVttIy3MV0=";
passthru = {
updateScript = nix-update-script { };