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:
@@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user