mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
pinta: updating it. It works now.
This commit is contained in:
parent
0ccd57bcd6
commit
79d155f874
@ -1,11 +1,12 @@
|
||||
{stdenv, fetchurl, mono, gtksharp, pkgconfig}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pinta-0.5";
|
||||
name = "pinta-1.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://github.com/downloads/jpobst/Pinta/pinta-0.5.tar.gz;
|
||||
sha256 = "0qv95zswi488bkbck9b9yhmczj1sgqc96nzn4f5rwfqz516kilrl";
|
||||
url = "https://github.com/PintaProject/pinta/tarball/3f7ccfa93d";
|
||||
name = "pinta-1.4.tar.gz";
|
||||
sha256 = "1kgb4gy5l6bd0akniwhiqqkvqayr5jgdsvn2pgg1038q9raafnpn";
|
||||
};
|
||||
|
||||
buildInputs = [mono gtksharp pkgconfig];
|
||||
|
Loading…
Reference in New Issue
Block a user