amber-secret: 0.1.7 -> 0.1.8 (#507190)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-06 08:48:58 +00:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
# Renaming it to amber-secret because another package named amber exists
pname = "amber-secret";
version = "0.1.7";
version = "0.1.8";
src = fetchFromGitHub {
owner = "fpco";
repo = "amber";
tag = "v${finalAttrs.version}";
hash = "sha256-nduSnDhLvHpZD7Y1zeZC4nNL7P1qfLWc0yMpsdqrKHM=";
hash = "sha256-nBC/IJgad7/LaKfQ4d+aynKmzwd2t3VcPcUVlWHByzI=";
};
cargoHash = "sha256-Gwj0rnbKWifja5NJwskcrFpPoK15HjSQHXolGbgV784=";
cargoHash = "sha256-svHEeCcudQ4fXxAcYkz8Y8NJ8ATQacXIWXF1c5shom0=";
meta = {
description = "Manage secret values in-repo via public key cryptography";