1
0
Fork 0

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

This commit is contained in:
Daniel Kempkens 2023-10-20 18:25:41 +02:00
parent 4e65cdfa5b
commit 6efb72f4b7
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 = "d7bf17fa347654c8f2bdd1ef37dbb60fe6d122cd";
hash = "sha256-5RrvzVw3udDX256MxG+7bDWTAAXoHra7PoBeAd1oDdY=";
rev = "65f8468daaa80e5e2127f2b5c1c2fe937fb0fcb4";
hash = "sha256-XKZuCFuTXkgtbtbczjhb1Zf6Iyf4WL9FLNfsURvxWQQ=";
};
mixNixDeps = import "${src}/mix.nix" { inherit lib beamPackages; };