Unverified Commit ee1628fd authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

openshot-qt: 3.2.1 -> 3.3.0 (#369581)

parents 18051e82 37c6d52c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,12 +17,12 @@

let
  pname = "openshot-qt";
  version = "3.2.1";
  version = "3.3.0";
  src = fetchFromGitHub {
    owner = "OpenShot";
    repo = "openshot-qt";
    tag = "v${version}";
    hash = "sha256-zZZ7C/1+Qh7KS1WJ8YWkhFgw0+UHJhjk+145u9/TBcI=";
    hash = "sha256-+QI1772ys1Czd+KSVBAdAUjLg9mUcMZs+UhkNljY7nQ=";
  };
in
mkDerivationWith python3.pkgs.buildPythonApplication {