tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
qarte: 2.2.0-147 -> 2.3.0
Vincent Laporte
10 years ago
edd76966
4dc113ce
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
video
qarte
default.nix
+3
-3
pkgs/applications/video/qarte/default.nix
···
1
{ stdenv, fetchbzr, python, pyqt4, sip, rtmpdump, makeWrapper }:
2
3
stdenv.mkDerivation {
4
-
name = "qarte-2.2.0-147";
5
src = fetchbzr {
6
url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/trunk;
7
-
rev = "147";
8
-
sha256 = "0cl3k3vr3kmp5dls0lbv5pka4zrlyh5816pwl5rkgqmycl11pk51";
9
};
10
11
buildInputs = [ makeWrapper ];
···
1
{ stdenv, fetchbzr, python, pyqt4, sip, rtmpdump, makeWrapper }:
2
3
stdenv.mkDerivation {
4
+
name = "qarte-2.3.0";
5
src = fetchbzr {
6
url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/trunk;
7
+
rev = "148";
8
+
sha256 = "0bp2qbl2g3dygmb31lwlarki9lybkb9zxixda4lwrlz628w93fxh";
9
};
10
11
buildInputs = [ makeWrapper ];