mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
todolist: 0.8 -> 0.8.1
This commit is contained in:
parent
7731f70045
commit
8659ff38a8
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "todolist-${version}";
|
name = "todolist-${version}";
|
||||||
version = "0.8";
|
version = "v0.8.1";
|
||||||
|
|
||||||
goPackagePath = "github.com/gammons/todolist";
|
goPackagePath = "github.com/gammons/todolist";
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ buildGoPackage rec {
|
||||||
owner = "gammons";
|
owner = "gammons";
|
||||||
repo = "todolist";
|
repo = "todolist";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0agv9a44q81qr960b7m1jxk0pb8ahk6lvmzmijvw4v6mbip2720z";
|
sha256 = "0dazfymby5xm4482p9cyj23djmkz5q7g79cqm2d85mczvz7vks8p";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue