mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
qjson: 0.8.1 -> 0.9.0
This commit is contained in:
parent
c860c02def
commit
f21a5c2f57
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
{ stdenv, fetchFromGitHub, cmake, qt4 }:
|
{ stdenv, fetchFromGitHub, cmake, qt4 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.8.1";
|
version = "0.9.0";
|
||||||
name = "qjson-${version}";
|
name = "qjson-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "flavio";
|
owner = "flavio";
|
||||||
repo = "qjson";
|
repo = "qjson";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "1rb3ydrhyd4bczqzfv0kqpi2mx4hlpq1k8jvnwpcmvyaypqpqg59";
|
sha256 = "1f4wnxzx0qdmxzc7hqk28m0sva7z9p9xmxm6aifvjlp0ha6pmfxs";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake qt4 ];
|
buildInputs = [ cmake qt4 ];
|
||||||
|
|
Loading…
Reference in a new issue