mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 11:03:57 +00:00
amber-secret: 0.1.6 -> 0.1.7 (#363905)
This commit is contained in:
commit
514819a5a4
@ -3,16 +3,16 @@
|
|||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
# Renaming it to amber-secret because another package named amber exists
|
# Renaming it to amber-secret because another package named amber exists
|
||||||
pname = "amber-secret";
|
pname = "amber-secret";
|
||||||
version = "0.1.6";
|
version = "0.1.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fpco";
|
owner = "fpco";
|
||||||
repo = "amber";
|
repo = "amber";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-FoERgkyFCZ1nU01LXpzrqz9eJ9a16L/t+9g8jsABHK4=";
|
sha256 = "sha256-nduSnDhLvHpZD7Y1zeZC4nNL7P1qfLWc0yMpsdqrKHM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-Joy+SO1zR78Eh5eK2bxyT0l3hCuLX/J3u/UvN+++6vg=";
|
cargoHash = "sha256-DxTsbJ51TUMvc/NvsUYhRG9OxxEGrWfEPYCOYaG9PXo=";
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Security ];
|
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Security ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user