1
0
Fork 0

bdfr-browser: update
All checks were successful
Build / build-amd64-linux (push) Successful in 5m26s
Build / build-arm64-linux (push) Successful in 5m50s

This commit is contained in:
Daniel Kempkens 2023-10-02 00:37:42 +02:00
parent 4a8400ed11
commit 5f3c4e48c5
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 = "be98b4b1c826cac94041535746e637175ef4db05";
sha256 = "sha256-ZKQe3CYv3+VS3xqTwnI7BHEsYMmhN91D388JPV42Tc0=";
rev = "0a7c16fe483f376df6d4f8619f1562290e84d154";
sha256 = "sha256-RM+AcwgXlDEZb6fAW43CgWc48cJn1LNSO3df/52f5V8=";
};
mixNixDeps = import "${src}/mix.nix" { inherit lib beamPackages; };