From 4aaa49bb948caaa16888bc5782a9ca5e3e2077f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 30 Jun 2026 10:41:44 +0200 Subject: [PATCH] nixbot: bump --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 62846fe77..4df38add9 100644 --- a/flake.lock +++ b/flake.lock @@ -737,16 +737,16 @@ ] }, "locked": { - "lastModified": 1782803900, - "narHash": "sha256-1n2hLy12DoRziLkOPf/ptyzNdULabcvqDiyqae+W2X4=", - "ref": "run-now", - "rev": "209439c59fd8646db2e9cecbe69dfbb7593ea696", + "lastModified": 1782808478, + "narHash": "sha256-aSeIbszt/9Dt2qPZ336JKcJFB6QFMRCUwJhUo9Puw3M=", + "ref": "run-history", + "rev": "de31124028fe72052c8be9c180b091c111d4d030", "shallow": true, "type": "git", "url": "https://github.com/Mic92/nixbot" }, "original": { - "ref": "run-now", + "ref": "run-history", "shallow": true, "type": "git", "url": "https://github.com/Mic92/nixbot" diff --git a/flake.nix b/flake.nix index 8acbf78e7..ba1e88835 100644 --- a/flake.nix +++ b/flake.nix @@ -82,7 +82,7 @@ data-mesher.inputs.treefmt-nix.follows = "treefmt-nix"; data-mesher.inputs.flake-parts.follows = "flake-parts"; - nixbot.url = "git+https://github.com/Mic92/nixbot?shallow=1&ref=run-now"; + nixbot.url = "git+https://github.com/Mic92/nixbot?shallow=1&ref=run-history"; nixbot.inputs.nixpkgs.follows = "nixpkgs"; nixbot.inputs.treefmt-nix.follows = "treefmt-nix";