ytarchive: 0.3.2 -> 2023-02-21
This commit is contained in:
parent
26483df579
commit
21ac7fb438
1 changed files with 4 additions and 12 deletions
|
@ -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…
Reference in a new issue