summary refs log tree commit diff
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2021-11-09 22:04:20 +0100
committer0x4A6F <0x4A6F@users.noreply.github.com>2021-11-10 16:59:01 +0100
commita5f1139b5423c818b8fd5fe58c6cff43ae29a134 (patch)
treebe011689645184d510cc59948b19fdabe498b51e
parent32c48150d9e92a551da3247aa3560530d22839fb (diff)
downloadnixpkgs-a5f1139b5423c818b8fd5fe58c6cff43ae29a134.tar
nixpkgs-a5f1139b5423c818b8fd5fe58c6cff43ae29a134.tar.gz
nixpkgs-a5f1139b5423c818b8fd5fe58c6cff43ae29a134.tar.bz2
nixpkgs-a5f1139b5423c818b8fd5fe58c6cff43ae29a134.tar.lz
nixpkgs-a5f1139b5423c818b8fd5fe58c6cff43ae29a134.tar.xz
nixpkgs-a5f1139b5423c818b8fd5fe58c6cff43ae29a134.tar.zst
nixpkgs-a5f1139b5423c818b8fd5fe58c6cff43ae29a134.zip
routinator: 0.10.1 -> 0.10.2
-rw-r--r--pkgs/servers/routinator/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/routinator/default.nix b/pkgs/servers/routinator/default.nix
index aff0499b98b..edff95d2e11 100644
--- a/pkgs/servers/routinator/default.nix
+++ b/pkgs/servers/routinator/default.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "routinator";
-  version = "0.10.1";
+  version = "0.10.2";
 
   src = fetchFromGitHub {
     owner = "NLnetLabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-ThgTGtTZ0LGm9nHJoy0KhnBFWNvKRjk7hoNTVVTeL/Y=";
+    sha256 = "0a2iwpmljkha6qlbw0373wph7pxz05qym5712vzbszw0z42f82l2";
   };
 
-  cargoSha256 = "sha256-mcx+qUtTUxeYP0PeJp1eOQwsdS6PPUx/m7TfAyqFiIM=";
+  cargoSha256 = "0l3fhwgrdvjrlmiqdy90sfd8kb2s7y0lbfswlrr560ly0bi1lfbx";
 
   buildInputs = lib.optionals stdenv.isDarwin [ Security ];