flare-signal: 0.15.12 -> 0.15.16 (#397847)

This commit is contained in:
dotlambda 2025-04-14 08:06:06 -07:00 committed by GitHub
commit a40d86f2b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,19 +22,19 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "flare"; pname = "flare";
version = "0.15.12"; version = "0.15.16";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.com"; domain = "gitlab.com";
owner = "schmiddi-on-mobile"; owner = "schmiddi-on-mobile";
repo = "flare"; repo = "flare";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-qj34x/e5Nc3wPdFaHFZHQ8uCMHIlxfVNyvlp7eb3tSo="; hash = "sha256-oG5RHCOk/VPCUAdg/+gfw9/cErnaZBKnwzLzdaboSyY=";
}; };
cargoDeps = rustPlatform.fetchCargoVendor { cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src; inherit (finalAttrs) pname version src;
hash = "sha256-Nri3GOq7aaY3yIVQESMPUck3z8++FnAmIbIdkTe+GXw="; hash = "sha256-Id08JgFbeuGrMrBFyXF/ke/LfkqvT+biEgDOyW8sZh0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [