flake: Update phosh to 0.40.0

Will switch back to the upstream branch when the new phosh version
gets merged into master.
This commit is contained in:
Donovan Glover 2024-07-25 15:50:19 -04:00
parent 6b7c52289c
commit 307acd1777
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@ -201,16 +201,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1721379653,
"narHash": "sha256-8MUgifkJ7lkZs3u99UDZMB4kbOxvMEXQZ31FO3SopZ0=",
"owner": "NixOS",
"lastModified": 1721924089,
"narHash": "sha256-XfIZ6V8cks3a20ONHMeQjF+A/d/rH0I8IXmvA30EAig=",
"owner": "donovanglover",
"repo": "nixpkgs",
"rev": "1d9c2c9b3e71b9ee663d11c5d298727dace8d374",
"rev": "e8aa612d4127ed9d4ce9e5b4ed8163121af43912",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"owner": "donovanglover",
"ref": "unstable-phosh-0.40.0",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:donovanglover/nixpkgs/unstable-phosh-0.40.0";
home-manager = {
url = "github:nix-community/home-manager";