about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-07-28 13:44:50 -0500
committerGitHub <noreply@github.com>2022-07-28 13:44:50 -0500
commitbac21c4f6d1d0a98d884f1b14de01b83afc4c82d (patch)
tree3286f6c59b8d8f60186005f91065fd8eb6a550b3
parent12587267bb96a4e16cea1ab57c387ffe225994b1 (diff)
parent37ece42470f5a2444580e1f287e3d0625bd7b9e9 (diff)
Merge pull request #183204 from ch-fork/update-stork
stork: 1.4.2 -> 1.5.0
-rw-r--r--pkgs/applications/misc/stork/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/stork/default.nix b/pkgs/applications/misc/stork/default.nix
index b65dad4735904..196e35042284d 100644
--- a/pkgs/applications/misc/stork/default.nix
+++ b/pkgs/applications/misc/stork/default.nix
@@ -9,16 +9,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "stork";
-  version = "1.4.2";
+  version = "1.5.0";
 
   src = fetchFromGitHub {
     owner = "jameslittle230";
     repo = "stork";
     rev = "v${version}";
-    sha256 = "sha256-itjRJLbRTwovK+HcNEzwViEDTJ1MoRRTvZD412XYVKk=";
+    sha256 = "sha256-4aNY66y4dY+/MsZZGb5GBIlpZI+bAySff9+BEQUlx9M=";
   };
 
-  cargoSha256 = "sha256-GaYdgC3Bf759ZPcZxoFG0nmCSz7aNHuqtyid6RS8Ui8=";
+  cargoSha256 = "sha256-XyFZSQylBetf9tJLaV97oHbpe0aBadEZ60NyyxK8lfo=";
 
   nativeBuildInputs = [ pkg-config ];