summary refs log tree commit diff
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2022-09-13 17:22:43 +0200
committer0x4A6F <0x4A6F@users.noreply.github.com>2022-09-13 17:22:43 +0200
commit7704c81e1225e19f8977229aff04f6eb067201fa (patch)
tree019c5f6d1b48863f1987ff9b9ba95359ea745698
parentbaa7e5a6d560b9e87b96a6924a4ce5541265abe4 (diff)
downloadnixpkgs-7704c81e1225e19f8977229aff04f6eb067201fa.tar
nixpkgs-7704c81e1225e19f8977229aff04f6eb067201fa.tar.gz
nixpkgs-7704c81e1225e19f8977229aff04f6eb067201fa.tar.bz2
nixpkgs-7704c81e1225e19f8977229aff04f6eb067201fa.tar.lz
nixpkgs-7704c81e1225e19f8977229aff04f6eb067201fa.tar.xz
nixpkgs-7704c81e1225e19f8977229aff04f6eb067201fa.tar.zst
nixpkgs-7704c81e1225e19f8977229aff04f6eb067201fa.zip
routinator: 0.11.2 -> 0.11.3
-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 ed57e21b620..071d851f052 100644
--- a/pkgs/servers/routinator/default.nix
+++ b/pkgs/servers/routinator/default.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "routinator";
-  version = "0.11.2";
+  version = "0.11.3";
 
   src = fetchFromGitHub {
     owner = "NLnetLabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-C6BY+Ba5KQgi+jMUKRi7osZNEDMLMDOhA4TQlbqb9jY=";
+    sha256 = "sha256-zQ68PN3CbLx6Z84jFeuAck6mzp9f3sbALgVqssecsUU=";
   };
 
-  cargoSha256 = "sha256-5ZBE7jbhO4j4FwGSXLIbYjmtmNxFpiME9JqXBqwHSUA=";
+  cargoSha256 = "sha256-M8JO4E8TwLbPGdwslO2Uw+ooAJkIoyc1t1wgxw8CFF0=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ Security ];