Update battery-manager

This commit is contained in:
Tristan Daniël Maat 2024-11-28 00:56:31 +01:00
parent c2d7f7dbc0
commit daea77d795
Signed by: tlater
GPG key ID: 49670FD774E43268
2 changed files with 6 additions and 7 deletions

View file

@ -420,16 +420,15 @@
"poetry2nixi": "poetry2nixi"
},
"locked": {
"lastModified": 1712437610,
"narHash": "sha256-U0xIqSupo6yBVWQcHIcLPDKg5ShQIkV/0Ay+Xg3GIlk=",
"ref": "tlater/implement-nix-module",
"rev": "43c4f591328f194ca989b86cea49773104f75549",
"revCount": 7,
"lastModified": 1733295746,
"narHash": "sha256-044WeOcY609lzNNAUdXfkVnyx3F2ImwTltDp1rMGH54=",
"ref": "refs/heads/main",
"rev": "3ebb230e05a7fff4e2d1f81079fe25b0334daad6",
"revCount": 12,
"type": "git",
"url": "ssh://git@github.com/sonnenshift/battery-manager"
},
"original": {
"ref": "tlater/implement-nix-module",
"type": "git",
"url": "ssh://git@github.com/sonnenshift/battery-manager"
}

View file

@ -27,7 +27,7 @@
};
sonnenshift = {
url = "git+ssh://git@github.com/sonnenshift/battery-manager?ref=tlater/implement-nix-module";
url = "git+ssh://git@github.com/sonnenshift/battery-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
};