about summary refs log tree commit diff
path: root/pkgs/by-name/gh
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-20 21:47:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-20 21:47:33 +0000
commitdb2032a09504a301807570c2e5371e8755e7fa98 (patch)
tree676b4bf2672e1b13a5f4bacd22752746e98e7257 /pkgs/by-name/gh
parente82297f97053d5820bfc0ba506956ffb8635d2ff (diff)
ghciwatch: 0.5.11 -> 0.5.12
Diffstat (limited to 'pkgs/by-name/gh')
-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 4e8796e70b418..4dcd45887a106 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.11";
+  version = "0.5.12";
 
   src = fetchFromGitHub {
     owner = "MercuryTechnologies";
     repo = "ghciwatch";
     rev = "v${version}";
-    hash = "sha256-lWeQ0nBJDUJ9c915WWy/YsIoWwtipz5ns2xvFJSD9LQ=";
+    hash = "sha256-XkwxAhZJFeAuWytCco4RFG1K/FJEiTmGDxOyY6KS/Ds=";
   };
 
-  cargoHash = "sha256-1jcdhTLCdCOh3EHywlFi83KupmWX4hGvB2/LhtzUPRk=";
+  cargoHash = "sha256-ToQes3WWnI7vDKSBQZEzpKFSex5oDdnOKjOC6MONrhg=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.CoreFoundation