watchexec: 1.10.2 -> 1.10.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/watchexec/versions
This commit is contained in:
R. RyanTM 2019-08-06 02:13:36 -07:00
parent 53328909da
commit 7eeec3e501

View file

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "watchexec";
version = "1.10.2";
version = "1.10.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "10h9g6r5zkm71zpr33imh49187xx1wcv9sw7bf5dllgnxabd0lql";
sha256 = "0iaxicghvfy85hrxn151hz8frgfknk3s1z0ngjn7cv5x5zvfxspf";
};
cargoSha256 = "1sqwplvpg0n9j0h9j94m7a6ylgqi4y4wyx489y09z9gm7aqgrsjc";