commit 53d3edc49bef460635535acb94c1417f9f96c688
parent cfc62d50635ef878290edfd3a4e062246611bde0
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 15 May 2023 16:16:36 +0200
parent cfc62d50635ef878290edfd3a4e062246611bde0
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 15 May 2023 16:16:36 +0200
flake.lock: Update Flake lock file updates: • Updated input 'stagit': 'git+https://git.ctu.cx/stagit?ref=master&rev=664a66173c9fcc3d62417f512eed3a9be2a582a2' (2023-05-15) → 'git+https://git.ctu.cx/stagit?ref=main&rev=67c1f66ac208eb9d069f588e9385e2a8a33432b4' (2023-05-15)
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/flake.lock b/flake.lock @@ -690,16 +690,16 @@ ] }, "locked": { - "lastModified": 1684140600, - "narHash": "sha256-vQnr5OGa+ZNACZO++7X1EQBh8OwqJcNHNqgDofPCqMc=", - "ref": "master", - "rev": "664a66173c9fcc3d62417f512eed3a9be2a582a2", - "revCount": 440, + "lastModified": 1684147524, + "narHash": "sha256-ndNiRdWq6yVHvtsXbotlDkBEh1qqohGFY7uuxN34H9Q=", + "ref": "main", + "rev": "67c1f66ac208eb9d069f588e9385e2a8a33432b4", + "revCount": 441, "type": "git", "url": "https://git.ctu.cx/stagit" }, "original": { - "ref": "master", + "ref": "main", "type": "git", "url": "https://git.ctu.cx/stagit" }
diff --git a/flake.nix b/flake.nix @@ -177,7 +177,7 @@ stagit = { type = "git"; url = "https://git.ctu.cx/stagit"; - ref = "master"; + ref = "main"; inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-utils.follows = "flake-utils"; };