Compare commits

...

1 commit

Author SHA1 Message Date
Renovate Bot
a561ea2194 chore(deps): update quickshell digest to e9bad67
Some checks are pending
build flakes / build (x86_64-linux, wash, linux) (push) Waiting to run
Renovate / renovate (push) Waiting to run
2025-11-29 16:33:31 +00:00
2 changed files with 5 additions and 5 deletions

View file

@ -512,17 +512,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1759997568, "lastModified": 1764045583,
"narHash": "sha256-xQyzPkgpgjAceJKwZhLU2//Y1jAmvPGOq80svqkWFhQ=", "narHash": "sha256-W24ReyRrhOKTKIsuAMkY5hnVlCufGoONM79sjUoyQkk=",
"owner": "outfoxxed", "owner": "outfoxxed",
"repo": "quickshell", "repo": "quickshell",
"rev": "3e32ae595f97bd2d2e5ed4512fb4bb25edb4eae6", "rev": "e9bad67619ee9937a1bbecfc6ad3b4231d2ecdc3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "outfoxxed", "owner": "outfoxxed",
"repo": "quickshell", "repo": "quickshell",
"rev": "3e32ae595f97bd2d2e5ed4512fb4bb25edb4eae6", "rev": "e9bad67619ee9937a1bbecfc6ad3b4231d2ecdc3",
"type": "github" "type": "github"
} }
}, },

View file

@ -35,7 +35,7 @@
}; };
quickshell = { quickshell = {
url = "github:outfoxxed/quickshell/3e32ae595f97bd2d2e5ed4512fb4bb25edb4eae6"; url = "github:outfoxxed/quickshell/e9bad67619ee9937a1bbecfc6ad3b4231d2ecdc3";
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";
}; };