impl: 2018-02-27 -> 2019-11-19

This commit is contained in:
Jörg Thalheim
2020-04-23 15:29:12 +01:00
parent 771c6d57c5
commit 9e4b5b78bf
2 changed files with 24 additions and 6 deletions
+3 -4
View File
@@ -5,17 +5,16 @@
buildGoPackage rec {
pname = "impl-unstable";
version = "2018-02-27";
rev = "3d0f908298c49598b6aa84f101c69670e15d1d03";
version = "2019-11-19";
rev = "6b9658ad00c7fbd61a7b50c195754413f6c4142c";
goPackagePath = "github.com/josharian/impl";
src = fetchFromGitHub {
inherit rev;
owner = "josharian";
repo = "impl";
sha256 = "0xpip20x5vclrl0by1760lg73v6lj6nmkbiazlskyvpkw44h8a7c";
sha256 = "1d4fvj7fgiykznx1z4fmcc06x5hsqp9wn62m5qm1ds8m0rjqaxwi";
};
goDeps = ./deps.nix;