mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
httrack: 3.49.14 -> 3.49.22 (#547364)
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "3.49.14";
|
||||
version = "3.49.22";
|
||||
pname = "httrack";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xroche";
|
||||
repo = "httrack";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-NP4i77DzD+4S0C8kpKPUX3EHfy4zAQoaXsYNmdHsbrQ=";
|
||||
hash = "sha256-e7OvdvHphTP8vnZZkCVhonLkK/yNsaMToA2jnzNPZHE=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user