ctodo: 1.1 -> 1.2
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
{ stdenv, cmake, fetchurl, ncurses }:
|
{ stdenv, cmake, fetchurl, ncurses }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.1";
|
version = "1.2";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ctodo-${version}";
|
name = "ctodo-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/Acolarh/ctodo/archive/v1.1.tar.gz";
|
url = "https://github.com/Acolarh/ctodo/archive/v${version}.tar.gz";
|
||||||
sha256 = "1sv5p1b08pp73qshakz4qy4pjglxz2pvx2cjfx52i3532hd3xcaf";
|
sha256 = "0kjd84q8aw238z09yz9n1p732fh08vijaf8bk1xqlx544cgyfcjm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ stdenv cmake ncurses ];
|
buildInputs = [ stdenv cmake ncurses ];
|
||||||
|
|||||||
Reference in New Issue
Block a user