fastd-exporter: Use hash attribute in fetchFromGitHub

`sha256` shouldn't be used anymore. Use the `hash` attribute.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2025-11-02 15:10:08 +01:00
parent 935766007e
commit d5ad86fed6
+1 -1
View File
@@ -12,7 +12,7 @@ buildGoModule {
owner = "freifunk-darmstadt";
repo = "fastd-exporter";
rev = "374e4334af6661f4c91a3e83bf7ce071a2a72eca";
sha256 = "sha256-0oU4+9G19XP5qtGdcfMz08T04hjcoXX/O+FkaUPxzXE=";
hash = "sha256-0oU4+9G19XP5qtGdcfMz08T04hjcoXX/O+FkaUPxzXE=";
};
vendorHash = "sha256-r0W64dct6XWa9sIrzy0UdyoMw+kAq73Qc/QchmsYZkY=";