chore(tubesync): 0.13.3 -> 0.13.6

This commit is contained in:
514fpv 2024-03-26 08:57:36 +08:00
parent fe76d03f96
commit eee4af8b12
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -41,7 +41,7 @@
app = buildPythonApplication rec {
pname = "tubesync";
version = "0.13.3";
version = "0.13.6";
format = "other";
src = fetchFromGitHub {
@ -49,7 +49,7 @@
owner = "meeb";
repo = pname;
rev = "v${version}";
hash = "sha256-33DDbECEn/3vrQ0qvxoz5OZ/y8bR6BZ2cYUtPsA7YYc=";
hash = "sha256-5l1HkMoTn99rNeeK5u+KoFejTFi2LfLyt8upq7xwrj0=";
};
patches = [