chore(tubesync): 0.13.3 -> 0.13.6
This commit is contained in:
parent
fe76d03f96
commit
eee4af8b12
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue