mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 02:24:30 +00:00
Merge pull request #333383 from r-ryantm/auto-update/openshot-qt
openshot-qt: 3.1.1 -> 3.2.1
This commit is contained in:
commit
a843494d01
@ -16,12 +16,12 @@
|
||||
|
||||
let
|
||||
pname = "openshot-qt";
|
||||
version = "3.1.1";
|
||||
version = "3.2.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "OpenShot";
|
||||
repo = "openshot-qt";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-kEz1APBitWLlnIbyloYMsqNrwC9RqU04kyyWzm5klYc=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-zZZ7C/1+Qh7KS1WJ8YWkhFgw0+UHJhjk+145u9/TBcI=";
|
||||
};
|
||||
in
|
||||
mkDerivationWith python3.pkgs.buildPythonApplication {
|
||||
|
Loading…
Reference in New Issue
Block a user