about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-02 21:59:41 +0200
committerGitHub <noreply@github.com>2024-05-02 21:59:41 +0200
commit823642890644768c6f10c13ab13b4b842b538a8d (patch)
tree01dfcf0ab3bf465528de835c15aacbd3a931de88
parent49bf76c4fa228c690e7dad27428914844d33795d (diff)
parent8f7e3d8cc58edc8d1a67e962a4612973f696c659 (diff)
Merge pull request #308523 from r-ryantm/auto-update/ghciwatch
ghciwatch: 0.5.10 -> 0.5.11
-rw-r--r--pkgs/by-name/gh/ghciwatch/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/gh/ghciwatch/package.nix b/pkgs/by-name/gh/ghciwatch/package.nix
index 62b11f975f7a..4e8796e70b41 100644
--- a/pkgs/by-name/gh/ghciwatch/package.nix
+++ b/pkgs/by-name/gh/ghciwatch/package.nix
@@ -8,16 +8,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "ghciwatch";
-  version = "0.5.10";
+  version = "0.5.11";
 
   src = fetchFromGitHub {
     owner = "MercuryTechnologies";
     repo = "ghciwatch";
     rev = "v${version}";
-    hash = "sha256-6afUHLPrSWhgN5LA346tAZ1+gROr+i/ZyCNVnyCd5Tc=";
+    hash = "sha256-lWeQ0nBJDUJ9c915WWy/YsIoWwtipz5ns2xvFJSD9LQ=";
   };
 
-  cargoHash = "sha256-og7S3W+DCBlFIvKLZghLT+msBLnS1o7Rea7v2VPsDYA=";
+  cargoHash = "sha256-1jcdhTLCdCOh3EHywlFi83KupmWX4hGvB2/LhtzUPRk=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.CoreFoundation