chore: update ironbar repo owner and revision in flake files
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s

This commit is contained in:
uttarayan21
2025-10-09 11:48:36 +05:30
parent 0454330dff
commit 5370a33368
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View File

@@ -1804,16 +1804,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1754481180, "lastModified": 1759777335,
"narHash": "sha256-C/G8srY5c0sffbsLbr79VC9UaTaucLSz8QUo0TzlC6o=", "narHash": "sha256-4U1/Jz5oDp8ETCFCSRj9hoAjaCfdvU7gR5hsw+dgHQE=",
"owner": "da-x", "owner": "JakeStanger",
"repo": "ironbar", "repo": "ironbar",
"rev": "111d5d546f310bfd46c410254b3fa031aa8f5115", "rev": "bd6b5a1d207093673c5069d1b59d2fb8901c8fd5",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "da-x", "owner": "JakeStanger",
"ref": "correct-gdk-monitor",
"repo": "ironbar", "repo": "ironbar",
"type": "github" "type": "github"
} }

View File

@@ -26,7 +26,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
ironbar = { ironbar = {
url = "github:da-x/ironbar/correct-gdk-monitor"; url = "github:JakeStanger/ironbar";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
lanzaboote = { lanzaboote = {