mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
apt-swarm: 0.5.0 -> 0.5.1
This commit is contained in:
parent
4ad504735a
commit
b8395e3a21
1 changed files with 3 additions and 3 deletions
|
@ -6,17 +6,17 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "apt-swarm";
|
pname = "apt-swarm";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kpcyrd";
|
owner = "kpcyrd";
|
||||||
repo = "apt-swarm";
|
repo = "apt-swarm";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-XE8VSMNqm131BBRIAycQebdGPiunMCG1fVnEffmej1o=";
|
hash = "sha256-zb0X6vIRKeI5Ysc88sTCJBlr9r8hrsTq5YR7YCg1L30=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-Iu4CcBgcvRcERZdEZQP6fGGBVvyctpKrzFaoW/eIr5c=";
|
cargoHash = "sha256-PELTEzhsFa1nl7iqrjnuXEI0U7L8rL9XW9XqQ04rz/s=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Experimental p2p gossip network for OpenPGP signature transparency";
|
description = "Experimental p2p gossip network for OpenPGP signature transparency";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue