about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-10-28 12:23:17 +0900
committerGitHub <noreply@github.com>2023-10-28 12:23:17 +0900
commit893af0f0977a32c21ef6f7aa31202f0c522e63bb (patch)
tree58b4d159f73015856e7ab98a34b3e987ae3dd182 /pkgs
parentae84a36b66b987a57bbff5a6cd1cd728b1d92506 (diff)
parentdeb18a636a267a1ea7303da6525e45afabef976c (diff)
Merge pull request #263300 from r-ryantm/auto-update/darklua
darklua: 0.10.3 -> 0.11.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/darklua/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/darklua/default.nix b/pkgs/development/tools/darklua/default.nix
index d10ef137a378f..3703cc757c691 100644
--- a/pkgs/development/tools/darklua/default.nix
+++ b/pkgs/development/tools/darklua/default.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "darklua";
-  version = "0.10.3";
+  version = "0.11.0";
 
   src = fetchFromGitHub {
     owner = "seaofvoices";
     repo = "darklua";
     rev = "v${version}";
-    hash = "sha256-OgQOsc6upMJveUUJSGqvopsyoKs7ALd6pVYxCi5fmS8=";
+    hash = "sha256-lBnEMQqAUkr377aYNRvpbIyZMmB6NIY/bmB1Oe8QPIM=";
   };
 
-  cargoHash = "sha256-qq42K4cPrWu/92P4dpegZ/0Wv2ndCb5d5+DgEKzdhbw=";
+  cargoHash = "sha256-YmtOVS58I8YdNpWBXBuwSFUVKQsVSuGlql70SPFkamM=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.CoreServices