1
0
Fork 0

bdfr-browser: update
All checks were successful
Build / build-arm64-linux (push) Successful in 6m40s
Build / build-amd64-linux (push) Successful in 7m46s

This commit is contained in:
Daniel Kempkens 2023-10-18 18:11:20 +02:00
parent 56a5e48261
commit b52c4374c8
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -20,8 +20,8 @@ beamPackages.mixRelease rec {
domain = "git.kempkens.io";
owner = "daniel";
repo = pname;
rev = "96b430ef2e49a384dd30f006df5df2b794a5626f";
hash = "sha256-J0n3sG6Fo+tZgKdiHQq1ZfDo5w1QBAU8d8sOdcoB2wg=";
rev = "3908ab2ea34855bf0070595a2b49184912d057e0";
hash = "sha256-KThroWiqlvvGnsb9wAmDcqsGsi+EEFBn/1YzjTPrp2s=";
};
mixNixDeps = import "${src}/mix.nix" { inherit lib beamPackages; };