diff --git a/pkgs/by-name/cu/curl-impersonate/chrome/default.nix b/pkgs/by-name/cu/curl-impersonate/chrome/default.nix index e5d699a68dd1..2eb2ae9dc09e 100644 --- a/pkgs/by-name/cu/curl-impersonate/chrome/default.nix +++ b/pkgs/by-name/cu/curl-impersonate/chrome/default.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "lexiforest"; repo = "curl-impersonate"; - rev = "v${version}"; + tag = "v${version}"; hash = "sha256-tAQdTRGAOD2rpLZvoLQ2YL0wrohXEcmChMZBvYjsMhE="; }; @@ -193,6 +193,7 @@ stdenv.mkDerivation rec { }; meta = { + changelog = "https://github.com/lexiforest/curl-impersonate/releases/tag/${src.tag}"; description = "Special build of curl that can impersonate Chrome & Firefox"; homepage = "https://github.com/lexiforest/curl-impersonate"; license = with lib.licenses; [