Merge pull request #112787 from r-ryantm/auto-update/emplace

wip/yesman
Oleksii Filonenko 3 years ago committed by GitHub
commit effc0e0c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      pkgs/tools/package-management/emplace/default.nix

@ -2,21 +2,21 @@
rustPlatform.buildRustPackage rec {
pname = "emplace";
version = "0.4.4";
version = "1.0.0";
src = fetchFromGitHub {
owner = "tversteeg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OKKAYZz2ytiuc/U4fOZepBDvupzQdWC0Wk3wDi+Ih6w=";
sha256 = "sha256-dDFc13IVD4f5UgiHXAcqRKoZEPTn/iBOogT3XfdstK0=";
};
cargoSha256 = "sha256-jEplQ/r/XPvLIQrQAiR1Fde5yfE98UuqDazPcEgvo+w=";
cargoSha256 = "sha256-QsYOR7tk5cRCF0+xkpJ/F+Z3pjBPxTDFvA1gEi82AOQ=";
meta = with lib; {
description = "Mirror installed software on multiple machines";
homepage = "https://github.com/tversteeg/emplace";
license = licenses.agpl3;
license = licenses.agpl3Plus;
maintainers = with maintainers; [ Br1ght0ne ];
};
}

Loading…
Cancel
Save