Skip to content

Commit

Permalink
flare-signal: 0.15.7 -> 0.15.8 (NixOS#378173)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Feb 2, 2025
2 parents 49ce2fa + 26d4251 commit 2b31d58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fl/flare-signal/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@

stdenv.mkDerivation (finalAttrs: {
pname = "flare";
version = "0.15.7";
version = "0.15.8";

src = fetchFromGitLab {
domain = "gitlab.com";
owner = "schmiddi-on-mobile";
repo = "flare";
rev = finalAttrs.version;
hash = "sha256-KFxBdWNN7LYQ5jiDZhAs4pqX2cRLvEGaAhYabaQh1n0=";
hash = "sha256-uvqLcFHtoXn4VALd/SOWg5i6ndjsvcZ+Uxokjg7YEO8=";
};

cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-bZL9/0MYGxXefrj9whG+N7iMaBpaZSeBVAWR0AKKEvo=";
hash = "sha256-ZKq/6MEYq99lLS2b7o1iXXgnmTIzvhmPhRXbQeYPONA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2b31d58

Please sign in to comment.