summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-06-15 14:41:53 +0200
committermakefu <github@syntax-fehler.de>2020-06-15 14:41:53 +0200
commit3532956d2cbfe8e5739162dd81fc4502f7974c3f (patch)
tree1f0c6d06f172c6043fc22182527a2fa64e192730
parentbfc47370a735a4d221e4faa79c85c8546d030766 (diff)
ma pkgs.shiori: bump go to 1.14
-rw-r--r--makefu/5pkgs/shiori/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/5pkgs/shiori/default.nix b/makefu/5pkgs/shiori/default.nix
index c604fbbd..ee4aa930 100644
--- a/makefu/5pkgs/shiori/default.nix
+++ b/makefu/5pkgs/shiori/default.nix
@@ -1,6 +1,6 @@
-{ go_1_12, buildGoPackage, fetchFromGitHub }:
+{ go_1_14, buildGoPackage, fetchFromGitHub }:
let
- builder = buildGoPackage.override { go = go_1_12; };
+ builder = buildGoPackage.override { go = go_1_14; };
in
builder rec {
name = "shiori-${version}";