about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-09-16 19:58:35 -0400
committerGitHub <noreply@github.com>2022-09-16 19:58:35 -0400
commit65aeae8e8f972e7fb8237d87c8f37bbf0918a754 (patch)
treea912ea135ca85dcd008a6f2ad2019c48bfb018bb
parentd421a105187510c674036cf1e17faa163cb56740 (diff)
parent1a325c4ac872c8351578aff14f22e7266e2d70ea (diff)
Merge pull request #191227 from figsoda/update-cargo-zigbuild
cargo-zigbuild: 0.12.0 -> 0.12.3
-rw-r--r--pkgs/development/tools/rust/cargo-zigbuild/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-zigbuild/default.nix b/pkgs/development/tools/rust/cargo-zigbuild/default.nix
index ce6cd32fa5536..da5e542454777 100644
--- a/pkgs/development/tools/rust/cargo-zigbuild/default.nix
+++ b/pkgs/development/tools/rust/cargo-zigbuild/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-zigbuild";
-  version = "0.12.0";
+  version = "0.12.3";
 
   src = fetchFromGitHub {
     owner = "messense";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-nBncU5rM3gS5e/Qs14U/ZwAkLFLdNuO2DhSQW+7xGQk=";
+    sha256 = "sha256-qwOlYy9pNAKEJDgt3ML4dxDwlkyPIVO+X/q/YijEHo0=";
   };
 
-  cargoSha256 = "sha256-Zq+RG36aeNd8G+LSdiyLK8SYC0MckGUIBTvia4H9OJY=";
+  cargoSha256 = "sha256-8x2B8WBN9u17HS58bAwMNPEoSabNX6KzyPBLEvaGOBk=";
 
   nativeBuildInputs = [ makeWrapper ];