Commit d5ad86fe authored by Felix Singer's avatar Felix Singer
Browse files

fastd-exporter: Use `hash` attribute in `fetchFromGitHub`



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

Signed-off-by: default avatarFelix Singer <felixsinger@posteo.net>
parent 93576600
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=";