about summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-11 06:01:15 +0000
committerGitHub <noreply@github.com>2023-02-11 06:01:15 +0000
commit63655bdaea6985faea18fcd604b011c065073781 (patch)
treec5b10ae9c6ce15ae14070c6e8b40a0c9fca9dff8 /pkgs/tools/admin
parente969c56b62ba3d9114c6acd2ce125fe5848b8ee8 (diff)
parent59101f53e21ed7e5db5ab566701936bf426015bc (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/admin')
-rw-r--r--pkgs/tools/admin/afterburn/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/afterburn/default.nix b/pkgs/tools/admin/afterburn/default.nix
index ddbcaf051825f..f0aa3edd8a69c 100644
--- a/pkgs/tools/admin/afterburn/default.nix
+++ b/pkgs/tools/admin/afterburn/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "afterburn";
-  version = "5.4.0";
+  version = "5.4.1";
 
   src = fetchFromGitHub {
     owner = "coreos";
     repo = "afterburn";
     rev = "v${version}";
-    sha256 = "sha256-Y9Z2PdQU7yHTlEXW+/C6v9k+5TkeQMagbC/gGG+JssQ=";
+    sha256 = "sha256-QsdTrd9p89SiLCmvNlsLk9ET2BVeaJncDyWzycn5CLw=";
   };
 
-  cargoHash = "sha256-ZDyB/s2ig3aklEeB1JzNHat+roQniKrMcw4rvy9Z5pk=";
+  cargoHash = "sha256-lCtG7UmXJegGVbjyYn9YJWSynikOK4qPmLS1XNesMUk=";
 
   nativeBuildInputs = [ pkg-config ];
   buildInputs = [ openssl ];