Apply suggestions from code review
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user