ghciwatch: 1.1.3 -> 1.1.5 (#389853)

Co-authored-by: 9999years <rbt@sent.as>

Changed files
+3 -3
pkgs
by-name
gh
ghciwatch
+3 -3
pkgs/by-name/gh/ghciwatch/package.nix
···
rustPlatform.buildRustPackage rec {
pname = "ghciwatch";
-
version = "1.1.3";
+
version = "1.1.5";
src = fetchFromGitHub {
owner = "MercuryTechnologies";
repo = "ghciwatch";
rev = "v${version}";
-
hash = "sha256-LE2QiqPjn3tLnGUC0EjfrTPmYrPt8Mt9TgVOM+uX2xM=";
+
hash = "sha256-K7BNGRilzi01loE0yS4CZFDNz8TQ9Z+fELO5HUvGObE=";
};
useFetchCargoVendor = true;
-
cargoHash = "sha256-P4zpGuKE6KDG3Zrgp0TStbQmW28bQZCyCmUsoJiKwiU=";
+
cargoHash = "sha256-kH5YTadpaUXDma+7SfBJxrOIsd9Gm0EU3MfhFmQ3U80=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.CoreFoundation