about summary refs log tree commit diff
path: root/pkgs/tools/system/lact
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-04 11:00:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-04 11:00:23 +0000
commitbc19782e3f918bd05a3afe10a6e3a1357350711b (patch)
treed14f23822fe8ba4e9a99f38f35d307c2b880a439 /pkgs/tools/system/lact
parent0d58a849c9c0c6ba8102f0968aa07a64e10eca6e (diff)
lact: 0.5.0 -> 0.5.3
Diffstat (limited to 'pkgs/tools/system/lact')
-rw-r--r--pkgs/tools/system/lact/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/lact/default.nix b/pkgs/tools/system/lact/default.nix
index 16ce41007ea7b..c694b96d85f57 100644
--- a/pkgs/tools/system/lact/default.nix
+++ b/pkgs/tools/system/lact/default.nix
@@ -14,16 +14,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "lact";
-  version = "0.5.0";
+  version = "0.5.3";
 
   src = fetchFromGitHub {
     owner = "ilya-zlobintsev";
     repo = "LACT";
     rev = "v${version}";
-    hash = "sha256-B3YAlEKELbHGIQ8AIvortYZsHY6wsuaFxm9lC9Uh+Zg=";
+    hash = "sha256-Ts2byWYn1MwQCJPQfwTxezsa/fnwlgVOZyNDUXWgZ0s=";
   };
 
-  cargoHash = "sha256-MbE6OrYJGPoQPQggxa9dssx8Nc6/5w53V58E1yLLeq0=";
+  cargoHash = "sha256-7zGZu3q2CF/xzWjbicEb/JOt6pXEC2Skg7eR2syvUmY=";
 
   nativeBuildInputs = [
     blueprint-compiler