Skip to content

Commit

Permalink
watchexec: 2.1.2 -> 2.2.0 (#349700)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 26, 2024
2 parents b1f3a36 + b7069ab commit 3082bb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/watchexec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "watchexec";
version = "2.1.2";
version = "2.2.0";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-mH670pBxSQQ4mTtX6O71aRRxRVyz0J7r4227UsUJ5LE=";
hash = "sha256-kbcSm1plh5QS87hGQj9OL1rq2eK6jbGn/kfjPF6kNzo=";
};

cargoHash = "sha256-cBxFaERUDaOxAYfpvBdJa9LxvrG2niJqVovcZDucbUA=";
cargoHash = "sha256-xLUI7B7clpdJQOMDd32ag87yQ99XgbLgPqahPwUHMZQ=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 3082bb3

Please sign in to comment.