Merge pull request #156181 from marsam/update-ytarchive

ytarchive: 0.3.0 -> 2021-12-29
This commit is contained in:
Mario Rodas 2022-01-23 10:17:34 -05:00 committed by GitHub
commit 2a1d23ac97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ytarchive";
version = "0.3.0";
version = "unstable-2021-12-29";
src = fetchFromGitHub {
owner = "Kethsar";
repo = "ytarchive";
rev = "v${version}";
sha256 = "sha256-7D92xKxU2WBMDJSY5uFKDbLHWlyT761xuZDiBJ1GxE4=";
rev = "2d87608c0b159da876538380b3e613bce2797599";
sha256 = "sha256-/cnyKcbgd6I0Ad5aZQd2pCbnU6HZYfuPHK2Ty7yYgHs=";
};
vendorSha256 = "sha256-r9fDFSCDItQ7YSj9aTY1LXRrFE9T3XD0X36ywCfu0R8=";