Unverified Commit e3cdb0f1 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #217959 from marsam/update-ytarchive

ytarchive: 0.3.2 -> 2023-02-21
parents a1b17b6c 21ac7fb4
Loading
Loading
Loading
Loading
+4 −12
Original line number Diff line number Diff line
@@ -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 ];