1
0
Fork 0

weewx-proxy: update
All checks were successful
Build / build-amd64-linux (push) Successful in 31s
Build / build-arm64-linux (push) Successful in 9m1s

This commit is contained in:
Daniel Kempkens 2024-08-10 12:30:09 +02:00
parent 240996f427
commit bf10d8a918
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 = "c5e58816db52e4b1235472d6bf28e74c60097fcb";
hash = "sha256-4kwTvdy7IYtWSXMIvgmdRyPzSWhAY8AqA2s7XlScFH4=";
rev = "107e7d0b5abc48975b76f0a21c290b2ed032ec5a";
hash = "sha256-D3j5xEoPUBRYKxUR9Fs0FFWE1rEk0lGt5fMsBeVXd0M=";
};
mixNixDeps = import "${src}/deps.nix" { inherit lib beamPackages; };