tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
movit: update from 1.1.2 to 1.1.3
Cillian de Róiste
10 years ago
7df33867
fe05de0a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
movit
default.nix
+2
-2
pkgs/development/libraries/movit/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
name = "movit-${version}";
5
5
-
version = "1.1.2";
5
5
+
version = "1.1.3";
6
6
7
7
src = fetchurl {
8
8
url = "http://movit.sesse.net/${name}.tar.gz";
9
9
-
sha256 = "0jka9l3cx7q09rpz5x6rv6ii8kbgm2vc419gx2rb9rc8sl81hzj1";
9
9
+
sha256 = "0q33h3gfw16gd9k6s3isd7ili2mifw7j1723xpdlc516gggsazw9";
10
10
};
11
11
12
12
GTEST_DIR = "${gtest}";