mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
qarte: 3.10.0+188 -> 4.6.0
This commit is contained in:
parent
33dc8bc5d0
commit
721d2bc1af
@ -3,11 +3,11 @@
|
||||
let
|
||||
pythonEnv = python3.withPackages (ps: with ps; [ pyqt5 sip ]);
|
||||
in stdenv.mkDerivation {
|
||||
name = "qarte-3.10.0+188";
|
||||
name = "qarte-4.6.0";
|
||||
src = fetchbzr {
|
||||
url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-3;
|
||||
rev = "188";
|
||||
sha256 = "06xpkjgm5ci5gfkza9f44m8l4jj32gfmr65cqs4x0j2ihrc6b4r9";
|
||||
url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-4;
|
||||
rev = "22";
|
||||
sha256 = "0v4zpj8w67ydvnmanxbl8pwvn0cfv70c0mlw36a1r4n0rvgxffcn";
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper pythonEnv ];
|
||||
|
Loading…
Reference in New Issue
Block a user