ytarchive: 0.3.2 -> 2023-02-21

This commit is contained in:
Mario Rodas 2023-02-23 04:20:00 +00:00
parent 26483df579
commit 21ac7fb438

View file

@ -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 ];