Skip to content

Commit

Permalink
Merge pull request #276383 from r-ryantm/auto-update/lact
Browse files Browse the repository at this point in the history
lact: 0.5.0 -> 0.5.3
  • Loading branch information
Atemu authored Mar 17, 2024
2 parents 0de2568 + bc19782 commit cc744fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/system/lact/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc744fc

Please sign in to comment.