agenix-cli: 0.1.0 -> 0.1.2

Diff: https://github.com/cole-h/agenix-cli/compare/v0.1.0...v0.1.2

+3 -3
+3 -3
pkgs/by-name/ag/agenix-cli/package.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "agenix-cli"; 10 - version = "0.1.0"; 10 + version = "0.1.2"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "cole-h"; 14 14 repo = "agenix-cli"; 15 15 tag = "v${version}"; 16 - sha256 = "sha256-0+QVY1sDhGF4hAN6m2FdKZgm9V1cuGGjY4aitRBnvKg="; 16 + sha256 = "sha256-eJp6t8h8uOP0YupYn8x6VAAmUbVrXypxNMGx4SK/6d8="; 17 17 }; 18 18 19 - cargoHash = "sha256-xpA9BTA7EK3Pw8EJOjIq1ulBAcX4yNhc4kqhxsoCbv0="; 19 + cargoHash = "sha256-2xTkCdWKQVg8Sp0LDkC/LH9GYBXNpxdoLX30Ndz0muM="; 20 20 21 21 passthru.updateScript = nix-update-script { }; 22 22