mirror of
https://github.com/tadeokondrak/vs-overlay
synced 2024-11-05 08:42:27 +01:00
vapoursynthPlugins.kagefunc: unstable-2021-01-21 -> 0.1.0
This commit is contained in:
parent
7dfc27a6fd
commit
6e326e3c9a
|
@ -14,13 +14,13 @@ let
|
||||||
in
|
in
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "kagefunc";
|
pname = "kagefunc";
|
||||||
version = "unstable-2021-01-21";
|
version = "0.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Irrational-Encoding-Wizardry";
|
owner = "Irrational-Encoding-Wizardry";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "a1e89b1dd591bafec3b9f95e0087b096b9b6f9b1";
|
rev = version;
|
||||||
sha256 = "0j7n7iz0ksqydjm3jzk2l71a77l9ljm71wg414amdqjcbm5dmsw5";
|
sha256 = "sha256-9OpFSVLQspa6+xkCFqD5xeo3akCfwnpwtFuCCsQxAvQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue