From 39ffd93344fde130c87792e495d8542a1debbb1a Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sat, 11 Oct 2025 11:46:24 +0530 Subject: [PATCH] Revert "chore: update ironbar repo owner and revision in flake files" This reverts commit 5370a333684120faab2552a4d2bd15aa789488ba. --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 0e3300e4..44c7b02f 100644 --- a/flake.lock +++ b/flake.lock @@ -1804,15 +1804,16 @@ ] }, "locked": { - "lastModified": 1759777335, - "narHash": "sha256-4U1/Jz5oDp8ETCFCSRj9hoAjaCfdvU7gR5hsw+dgHQE=", - "owner": "JakeStanger", + "lastModified": 1754481180, + "narHash": "sha256-C/G8srY5c0sffbsLbr79VC9UaTaucLSz8QUo0TzlC6o=", + "owner": "da-x", "repo": "ironbar", - "rev": "bd6b5a1d207093673c5069d1b59d2fb8901c8fd5", + "rev": "111d5d546f310bfd46c410254b3fa031aa8f5115", "type": "github" }, "original": { - "owner": "JakeStanger", + "owner": "da-x", + "ref": "correct-gdk-monitor", "repo": "ironbar", "type": "github" } diff --git a/flake.nix b/flake.nix index 3b68d957..62b57c85 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; ironbar = { - url = "github:JakeStanger/ironbar"; + url = "github:da-x/ironbar/correct-gdk-monitor"; inputs.nixpkgs.follows = "nixpkgs"; }; lanzaboote = {