Merge pull request #75626 from freepotion/harmonist-0.2-to-0.3.0

harmonist: 0.2 -> 0.3.0
This commit is contained in:
Mario Rodas
2019-12-13 23:04:41 -05:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -3,13 +3,13 @@
buildGoPackage rec { buildGoPackage rec {
pname = "harmonist"; pname = "harmonist";
version = "0.2"; version = "0.3.0";
goPackagePath = "git.tuxfamily.org/harmonist/harmonist.git"; goPackagePath = "git.tuxfamily.org/harmonist/harmonist.git";
src = fetchurl { src = fetchurl {
url = "https://download.tuxfamily.org/harmonist/releases/${pname}-${version}.tar.gz"; url = "https://download.tuxfamily.org/harmonist/releases/${pname}-${version}.tar.gz";
sha256 = "1r78v312x2k1v9rkxkxffs5vxn9sc0dcszm66yw10p7qy9lyvicd"; sha256 = "16bh4zzq7szwcw19n34bslkf81fz3i0p4zqkd8gdi5ixkbm998lm";
}; };
goDeps = ./deps.nix; goDeps = ./deps.nix;
+4 -4
View File
@@ -4,8 +4,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/nsf/termbox-go"; url = "https://github.com/nsf/termbox-go";
rev = "eeb6cd0a176293eeb2c69270d83835972e3567bc"; rev = "93860e16131719fa9722e7c448dbf8c0e3210a0d";
sha256 = "14695dk07dj41s5f74l3wdf3xjj2flq4fq016i98f5xijh5f64i3"; sha256 = "03hz060cy8qrl4kgr80pbq6xvr38z4c6ghr3y81i8g854rvp6426";
}; };
} }
{ {
@@ -13,8 +13,8 @@
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/mattn/go-runewidth"; url = "https://github.com/mattn/go-runewidth";
rev = "703b5e6b11ae25aeb2af9ebb5d5fdf8fa2575211"; rev = "18c3d09a134a52720932bbaa92c798a0ab111004";
sha256 = "0znpyz71gajx3g0j2zp63nhjj2c07g16885vxv4ykwnrfmzbgk4w"; sha256 = "1snr8mk63vz2h44knq26dm81p83887v7kb09iywqmx0nqzngih66";
}; };
} }
] ]