about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-11-10 13:03:41 -0500
committerGitHub <noreply@github.com>2022-11-10 13:03:41 -0500
commit0e837209a8e86488c2aedc316ca50ed466e15570 (patch)
treebb052a52a167ca83780cb0cbc13c15e0631b9575 /pkgs
parentdd9b27b36e8a0556faab2b0863d9da5a4eeb431b (diff)
parent18389ae11fb6685d36e994766c593ca801414e75 (diff)
Merge pull request #200530 from 0x4A6F/master-routinator
routinator: 0.11.3 -> 0.12.0
Diffstat (limited to 'pkgs')
-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 071d851f0523f..e1493e9528db9 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.3";
+  version = "0.12.0";
 
   src = fetchFromGitHub {
     owner = "NLnetLabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-zQ68PN3CbLx6Z84jFeuAck6mzp9f3sbALgVqssecsUU=";
+    sha256 = "sha256-anc2nFZXYO0Ab5xwDasXGw8/SluNt15C6pRmQfUJVDs=";
   };
 
-  cargoSha256 = "sha256-M8JO4E8TwLbPGdwslO2Uw+ooAJkIoyc1t1wgxw8CFF0=";
+  cargoSha256 = "sha256-EyrQR9gevInCI4kBZvUW5U9FrE0ZHbRUFyLKVZefKEE=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ Security ];