mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
qtox: 1.3.0 -> 1.4.1
This commit is contained in:
parent
f9b9416ce1
commit
c544cbca42
@ -4,7 +4,7 @@
|
|||||||
qtbase, qtsvg, qttools, qmakeHook, qttranslations, sqlcipher }:
|
qtbase, qtsvg, qttools, qmakeHook, qttranslations, sqlcipher }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.3.0";
|
version = "1.4.1";
|
||||||
revision = "v${version}";
|
revision = "v${version}";
|
||||||
in
|
in
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "tux3";
|
owner = "tux3";
|
||||||
repo = "qTox";
|
repo = "qTox";
|
||||||
rev = revision;
|
rev = revision;
|
||||||
sha256 = "0z2rxsa23vpl4q0h63mybw7kv8n1sm6nwb93l0cc046a3n9axid8";
|
sha256 = "1n0bfcfc90pnh0bzas7gv60jicsg9vpfwhhln9hkllsrimjvcdq5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
Loading…
Reference in New Issue
Block a user