From 7f5e40223736c5f07c892d69915494cae2020a2b Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 28 Apr 2025 22:11:09 +0300 Subject: [PATCH] ai-robots-txt: upstream retagged :( --- npins/sources.json | 4 ++-- pkgs/ai-robots-txt/package.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npins/sources.json b/npins/sources.json index 07b8e04..1aa1bba 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -71,9 +71,9 @@ }, "branch": "master", "submodules": false, - "revision": "b78999869367fe72970cd563d84841d0ff2b23ff", + "revision": "5255c0a3439b161a6fd24b1fc57cf4d848fdd3a0", "url": null, - "hash": "037psx1j608hkl8d3d84ybyvh8fky82i1ihkpa0xnavqagnjc0fr" + "hash": "1znzcw5b1xdc5piddd697cws19bp1kmqqqk1rklahwbh4vi7pv0p" }, "headscale-ui": { "type": "GitRelease", diff --git a/pkgs/ai-robots-txt/package.nix b/pkgs/ai-robots-txt/package.nix index 2c58a1b..21053d1 100644 --- a/pkgs/ai-robots-txt/package.nix +++ b/pkgs/ai-robots-txt/package.nix @@ -12,7 +12,7 @@ in src = fetchurl { url = "https://github.com/ai-robots-txt/ai.robots.txt/releases/download/${finalAttrs.version}/robots.txt"; - hash = "sha256-Cx01MI5Rss08lLgzwoppou0nqD0HxvfUbsa1NRVp8eQ="; + hash = "sha256-i1ZD9aN7qzwUDMx9qhMxxi/HFwGsSONjpYe4twy1r5s="; }; dontUnpack = true;