about summary refs log tree commit diff
path: root/pkgs/tools/nix
diff options
context:
space:
mode:
authorKevin Amado <kamadorueda@gmail.com>2022-02-12 20:01:10 -0500
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-13 09:31:40 -0800
commit1cb2d4c19f5948e10041c8af77f4c439cfc53445 (patch)
treeaf538b1b80f4b2e43eeacfcff3895d3e40af85d5 /pkgs/tools/nix
parent8102e35ed5bb178c78f72ff376df8c4a8b94adba (diff)
alejandra: unstable-2022-02-10 -> unstable 2022-02-12
Diffstat (limited to 'pkgs/tools/nix')
-rw-r--r--pkgs/tools/nix/alejandra/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/nix/alejandra/default.nix b/pkgs/tools/nix/alejandra/default.nix
index 92abdce688809..108316c56e0e6 100644
--- a/pkgs/tools/nix/alejandra/default.nix
+++ b/pkgs/tools/nix/alejandra/default.nix
@@ -5,16 +5,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "alejandra";
-  version = "unstable-2022-02-10";
+  version = "unstable-2022-02-12";
 
   src = fetchFromGitHub {
     owner = "kamadorueda";
     repo = "alejandra";
-    rev = "0c095ed50d3bbfd50f9f97832f7ac8092a8c1289";
-    hash = "sha256-eIPyrL8C3qQbEahoryS70cJ4FbXDdPQuWaM2jD2BbI0=";
+    rev = "bfda2490bcb6f7dab2d15f033f65441af283d48d";
+    hash = "sha256-D7dCtwwQcrSnC7MjoqB0ogCsCmrthqy+TqbqbJUT6zE=";
   };
 
-  cargoSha256 = "sha256-DyE0TV/dHbDFkFvF9h0+qi+p2XD8lDZzsUByfOt/UjA=";
+  cargoSha256 = "sha256-Gos0ku4wR0jP1FQLYBVMqZN4qW0Tx45qpIL99s6a+t8=";
 
   meta = with lib; {
     description = "The Uncompromising Nix Code Formatter";