Skip to content

Commit

Permalink
Merge pull request NixOS#147979 from jyooru/update/apkeep
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 30, 2021
2 parents ac9b9f8 + 94365b6 commit 21b37e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/apkeep/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

rustPlatform.buildRustPackage rec {
pname = "apkeep";
version = "0.6.0";
version = "0.7.0";

src = fetchCrate {
inherit pname version;
sha256 = "sha256-RTzYvDkmE0kgl4FSOSjDuQ5G1E0ugFU41zVAMMroofM=";
sha256 = "0anfp3nwsainx9sw4njcmkzczq1rmib3dyncwhcf7y3j9v978d3h";
};

cargoSha256 = "sha256-YFs2AOMGp0WNrceK14AnigZdJl+UsQdUchpxaI7HSXw=";
cargoSha256 = "0npw8f8c0qcprcins0pc12c5w47kv8dd1nrzv4xyllr44vx488mc";

prePatch = ''
rm .cargo/config.toml
Expand Down

0 comments on commit 21b37e8

Please sign in to comment.