Merge pull request #282343 from marsam/update-watchexec

watchexec: 1.25.0 -> 1.25.1

authored by Mario Rodas and committed by GitHub 4a4f68c0 03a10df1

+3 -3
+3 -3
pkgs/tools/misc/watchexec/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "watchexec"; 5 - version = "1.25.0"; 5 + version = "1.25.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = pname; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-kEZvzIbmL+Plko+uLP5LnacPoypkBCMzxSOkRkDsLW4="; 11 + hash = "sha256-0zBY0PS7qJCAabg9ZKX1JC+gaTM/WSs2U6Avcq3MHmQ="; 12 12 }; 13 13 14 - cargoHash = "sha256-FgTD7jFgkhJA73VVZ47FcA21xJaMX8c3SAaB13Nvrqs="; 14 + cargoHash = "sha256-RSJOGiSziI2OJkRJAxPZ57uyPPjd3uExijHdIy52dr4="; 15 15 16 16 nativeBuildInputs = [ installShellFiles ]; 17 17