Skip to content

Commit

Permalink
Merge pull request #72148 from marsam/update-watchexec
Browse files Browse the repository at this point in the history
watchexec: 1.10.3 -> 1.11.0
  • Loading branch information
marsam committed Oct 28, 2019
2 parents 69653b4 + 460e2d2 commit 064ccfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/misc/watchexec/default.nix
@@ -1,17 +1,17 @@
{ stdenv, rustPlatform, fetchFromGitHub, CoreServices, darwin }:
{ stdenv, rustPlatform, fetchFromGitHub, CoreServices }:

rustPlatform.buildRustPackage rec {
pname = "watchexec";
version = "1.10.3";
version = "1.11.1";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "0iaxicghvfy85hrxn151hz8frgfknk3s1z0ngjn7cv5x5zvfxspf";
sha256 = "1iaib7yvxyn3l9kiys9x7wziixj13fmx1z3wgdy6h8c7jv6fpc0j";
};

cargoSha256 = "1sqwplvpg0n9j0h9j94m7a6ylgqi4y4wyx489y09z9gm7aqgrsjc";
cargoSha256 = "101p0qj7ydfhqfz402mxy4bs48vq3rzgj513f1kwv0ba4hn1sxkv";

buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices ];

Expand Down

0 comments on commit 064ccfd

Please sign in to comment.