Compare commits

..

No commits in common. "15871451e0561183e8cfe2350da289b0cd60c839" and "34b122ee89f56abb10b369dde3c6e44fc5f942dc" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View File

@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1667050928, "lastModified": 1666959691,
"narHash": "sha256-xOn0ZgjImIyeecEsrjxuvlW7IW5genTwvvnDQRFncB8=", "narHash": "sha256-TRpWA3t8ata79HOGtFd5dDCl1kJQmIE16PDF53/Hcxo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fdebb81f45a1ba2c4afca5fd9f526e1653ad0949", "rev": "448a599c49978c2794401bfc3a2e1fba1a8663be",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -5,10 +5,10 @@ with pkgs;
let let
waybar-audio-patch = waybar.overrideAttrs (old: rec { waybar-audio-patch = waybar.overrideAttrs (old: rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Alexays"; owner = "IsaacWoods";
repo = "Waybar"; repo = "Waybar";
rev = "ebdf575d45c0e4f8c6f6ce484fbbf5375ed8dbba"; rev = "cfe363daf4d9389971adbf1b791a3573344bf1c5";
sha256 = "WTdy9zGhidk56CjmSuFDigfa64O9ZNd5GpfpCVrL8i0="; sha256 = "sha256-y7n3qXhJU/Ku1Pz85Cl7+RyQbYCgPmmuSyj4DQZW8BU=";
}; };
}); });