agenix-cli: 0.1.0 -> 0.1.2

Diff: https://github.com/cole-h/agenix-cli/compare/v0.1.0...v0.1.2
This commit is contained in:
misuzu 2025-08-09 09:57:39 +03:00
parent e1a338e8c5
commit 6a656da343

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "agenix-cli";
version = "0.1.0";
version = "0.1.2";
src = fetchFromGitHub {
owner = "cole-h";
repo = "agenix-cli";
tag = "v${version}";
sha256 = "sha256-0+QVY1sDhGF4hAN6m2FdKZgm9V1cuGGjY4aitRBnvKg=";
sha256 = "sha256-eJp6t8h8uOP0YupYn8x6VAAmUbVrXypxNMGx4SK/6d8=";
};
cargoHash = "sha256-xpA9BTA7EK3Pw8EJOjIq1ulBAcX4yNhc4kqhxsoCbv0=";
cargoHash = "sha256-2xTkCdWKQVg8Sp0LDkC/LH9GYBXNpxdoLX30Ndz0muM=";
passthru.updateScript = nix-update-script { };