Apply suggestions from code review

This commit is contained in:
Sandro
2025-03-15 02:27:56 +01:00
committed by GitHub
parent bdfc503c63
commit 5f52838989
+2 -2
View File
@@ -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 = {