1
0
Fork 0

weewx-proxy: update
All checks were successful
Build / build-amd64-linux (push) Successful in 32s
Build / build-arm64-linux (push) Successful in 2m27s

This commit is contained in:
Daniel Kempkens 2024-08-09 20:18:09 +02:00
parent 9f56307c95
commit c8c2e781aa
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -12,8 +12,8 @@ beamPackages.mixRelease rec {
domain = "git.kempkens.io";
owner = "daniel";
repo = pname;
rev = "b72605185b179d44f2b18a1615c3938c2ce64d3e";
hash = "sha256-46lb1J0H+vDK+5yDy1Tm8XxjIiM20UQYb5+oOBjERww=";
rev = "c5e58816db52e4b1235472d6bf28e74c60097fcb";
hash = "sha256-4kwTvdy7IYtWSXMIvgmdRyPzSWhAY8AqA2s7XlScFH4=";
};
mixNixDeps = import "${src}/deps.nix" { inherit lib beamPackages; };