about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/rustywind
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-13 19:23:19 -0400
committerfigsoda <figsoda@pm.me>2023-08-13 19:23:19 -0400
commitfe4594ec3c2f5dbcccc48f479b55389dd05d2b51 (patch)
tree01e5c066f974c16a2da1e80d2a39fb15b263404e /pkgs/development/tools/misc/rustywind
parent779acf8ffc9fc881b1ff4584ee6a2ba48161b60a (diff)
downloadnixlib-fe4594ec3c2f5dbcccc48f479b55389dd05d2b51.tar
nixlib-fe4594ec3c2f5dbcccc48f479b55389dd05d2b51.tar.gz
nixlib-fe4594ec3c2f5dbcccc48f479b55389dd05d2b51.tar.bz2
nixlib-fe4594ec3c2f5dbcccc48f479b55389dd05d2b51.tar.lz
nixlib-fe4594ec3c2f5dbcccc48f479b55389dd05d2b51.tar.xz
nixlib-fe4594ec3c2f5dbcccc48f479b55389dd05d2b51.tar.zst
nixlib-fe4594ec3c2f5dbcccc48f479b55389dd05d2b51.zip
rustywind: 0.18.0 -> 0.19.0
Diff: https://github.com/avencera/rustywind/compare/v0.18.0...v0.19.0

Changelog: https://github.com/avencera/rustywind/blob/v0.19.0/CHANGELOG.md
Diffstat (limited to 'pkgs/development/tools/misc/rustywind')
-rw-r--r--pkgs/development/tools/misc/rustywind/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/rustywind/default.nix b/pkgs/development/tools/misc/rustywind/default.nix
index 56f6447b1056..0050d026fcdd 100644
--- a/pkgs/development/tools/misc/rustywind/default.nix
+++ b/pkgs/development/tools/misc/rustywind/default.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rustywind";
-  version = "0.18.0";
+  version = "0.19.0";
 
   src = fetchFromGitHub {
     owner = "avencera";
     repo = "rustywind";
     rev = "v${version}";
-    hash = "sha256-rItLlyYUQODFazdVhCdAQgrrF8K2Cjuhyt5pvRyhSro=";
+    hash = "sha256-wPr+BNj3/YP+g0OkqkGSN1X8g/p3xDRcHvdDMAOP9Cc=";
   };
 
-  cargoHash = "sha256-sY4gXzMn7LTpJ/22BNKbmlHUbEx/CqS2+wa8DfLr/Fw=";
+  cargoHash = "sha256-frBE3pJvQdntt48/RHz3F2qqrgmXFR//5CyCfdcSfik=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.Security