harmonist: 0.1 -> 0.2

This commit is contained in:
Free Potion 2019-07-25 00:40:28 +03:00
parent 2e869f71a7
commit ebafb799dc
No known key found for this signature in database
GPG key ID: 58ADCBD3FB64C1BB
2 changed files with 4 additions and 4 deletions

View file

@ -3,13 +3,13 @@
buildGoPackage rec {
pname = "harmonist";
version = "0.1";
version = "0.2";
goPackagePath = "git.tuxfamily.org/harmonist/harmonist.git";
src = fetchurl {
url = "https://download.tuxfamily.org/harmonist/releases/${pname}-${version}.tar.gz";
sha256 = "1cvhfvscd80qz95pqkblnyjhz1l87k7y6vmzyzap893mpjk9a3pm";
sha256 = "1r78v312x2k1v9rkxkxffs5vxn9sc0dcszm66yw10p7qy9lyvicd";
};
goDeps = ./deps.nix;

View file

@ -4,8 +4,8 @@
fetch = {
type = "git";
url = "https://github.com/nsf/termbox-go";
rev = "288510b9734e30e7966ec2f22b87c5f8e67345e3";
sha256 = "0hdyisfaf8yb55h3p03p4sbq19546mp9fy28f2kn659mycmhxqk4";
rev = "eeb6cd0a176293eeb2c69270d83835972e3567bc";
sha256 = "14695dk07dj41s5f74l3wdf3xjj2flq4fq016i98f5xijh5f64i3";
};
}
{