Loading pkgs/tools/misc/ytarchive/default.nix +4 −12 Original line number Diff line number Diff line Loading @@ -2,24 +2,16 @@ buildGoModule rec { pname = "ytarchive"; version = "0.3.2"; version = "unstable-2023-02-21"; src = fetchFromGitHub { owner = "Kethsar"; repo = "ytarchive"; rev = "v${version}"; hash = "sha256-fBYwLGg1h5pn8ZP5vZmzzIEvuXlBJ27p4tv7UVMwOEw="; rev = "90aaf17b5e86eec52a95752e3c2dba4f54ee1068"; hash = "sha256-JRjQRbMqtd04/aO6NkInoDqfOrHnDrXj4C4/URiU6yo="; }; patches = [ # Increase the Go version required. See https://github.com/Kethsar/ytarchive/pull/127 (fetchpatch { url = "https://github.com/Kethsar/ytarchive/commit/2a995ead4448d03c975378a1932ad975da1a6383.patch"; sha256 = "sha256-Y+y/Sp/xOS9tBT+LQQ9vE+4n/2RH10umFEEEEVXgtuc="; }) ]; vendorHash = "sha256-8uTDcu8ucPzck+1dDoySGtc3l1+1USxCfUvdS+ncsnU="; vendorHash = "sha256-sjwQ/zEYJRkeWUDB7TzV8z+kET8lVRnQkXYbZbcUeHY="; nativeBuildInputs = [ makeBinaryWrapper ]; Loading Loading
pkgs/tools/misc/ytarchive/default.nix +4 −12 Original line number Diff line number Diff line Loading @@ -2,24 +2,16 @@ buildGoModule rec { pname = "ytarchive"; version = "0.3.2"; version = "unstable-2023-02-21"; src = fetchFromGitHub { owner = "Kethsar"; repo = "ytarchive"; rev = "v${version}"; hash = "sha256-fBYwLGg1h5pn8ZP5vZmzzIEvuXlBJ27p4tv7UVMwOEw="; rev = "90aaf17b5e86eec52a95752e3c2dba4f54ee1068"; hash = "sha256-JRjQRbMqtd04/aO6NkInoDqfOrHnDrXj4C4/URiU6yo="; }; patches = [ # Increase the Go version required. See https://github.com/Kethsar/ytarchive/pull/127 (fetchpatch { url = "https://github.com/Kethsar/ytarchive/commit/2a995ead4448d03c975378a1932ad975da1a6383.patch"; sha256 = "sha256-Y+y/Sp/xOS9tBT+LQQ9vE+4n/2RH10umFEEEEVXgtuc="; }) ]; vendorHash = "sha256-8uTDcu8ucPzck+1dDoySGtc3l1+1USxCfUvdS+ncsnU="; vendorHash = "sha256-sjwQ/zEYJRkeWUDB7TzV8z+kET8lVRnQkXYbZbcUeHY="; nativeBuildInputs = [ makeBinaryWrapper ]; Loading