Skip to content

Commit

Permalink
avidemux: 2.6.16 -> 2.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornfor committed Jan 12, 2017
1 parent 558d13b commit 05bb3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/avidemux/default.nix
Expand Up @@ -14,11 +14,11 @@
}:

let
version = "2.6.16";
version = "2.6.18";

src = fetchurl {
url = "mirror://sourceforge/avidemux/avidemux/${version}/avidemux_${version}.tar.gz";
sha256 = "0jipvpvw871qhhkyykrrrqc9vfbw24v243vzmm8lqifj73h6qvgc";
sha256 = "1zmacx8wdhbjc8hpf8hmdmbh2pbkdkcyb23cl3j1mx7vkw06c31l";
};

common = {
Expand Down

0 comments on commit 05bb3fe

Please sign in to comment.