Unverified Commit 5f528389 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Apply suggestions from code review

parent bdfc503c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,6 @@ buildGoModule rec {
  pname = "redis-dump-go";
  version = "0.8.2";

  vendorHash = null;

  src = fetchFromGitHub {
    owner = "yannh";
    repo = "redis-dump-go";
@@ -18,6 +16,8 @@ buildGoModule rec {
    hash = "sha256-+5iYigtMQvd6D90mpKyMa7ZKm2UDtCG91uFZ7dURBT4=";
  };

  vendorHash = null;

  passthru.updateScript = nix-update-script { };

  meta = {