Skip to content

Commit

Permalink
conceal: 0.5.4 -> 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 22, 2024
1 parent 5330b2a commit 83dd3c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/co/conceal/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "conceal";
version = "0.5.4";
version = "0.5.5";

src = fetchFromGitHub {
owner = "TD-Sky";
repo = pname;
rev = "v${version}";
sha256 = "sha256-N/KlxtxzEDwUvQMpgf2S6u7MaYiF0eXnMrGoowc08J0=";
sha256 = "sha256-BYLDSRgBba6SoGsL/NTV/OTG1/V9RSr8lisj42JqBRM=";
};

cargoHash = "sha256-50EHc8ZHzbl5IFpi5k3/Katc3FaxBgnpf8COrpPHZWk=";
cargoHash = "sha256-loaKXnbhH6n6Bt58RQZdS/lxNguw+GIdB6uLcRZhVtg=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 83dd3c0

Please sign in to comment.