Skip to content

Commit

Permalink
argc: 0.15.0 -> 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Mar 20, 2023
1 parent 9030145 commit 90116fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/argc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "argc";
version = "0.15.0";
version = "0.15.1";

src = fetchFromGitHub {
owner = "sigoden";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2J9Xx2DlMTh8o7T/tNZm3QK69gkQo3lj8kBVHhESMTs=";
sha256 = "sha256-hN8M12evYxqNSsQKm0oRf3/b7WUf8k8pWa+0vRHstv4=";
};

cargoSha256 = "sha256-2gZGEpYNR7/mOleAfhDf3hZq1vRKlfWwT25DFIi5w8o=";
cargoSha256 = "sha256-JCFBA9LuNILJs4flzD/bGpv/R2vxMlA0aFTVdGKKs5I=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 90116fa

Please sign in to comment.