microplane: 0.0.25 -> 0.0.26

This commit is contained in:
David Birks
2021-02-05 08:46:05 -05:00
parent ead24f04b0
commit a33b630808
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "microplane";
version = "0.0.25";
version = "0.0.26";
src = fetchFromGitHub {
owner = "Clever";
repo = "microplane";
rev = "v${version}";
sha256 = "0vynkv3d70q8d079kgdmwbavyyrjssqnd223dl1rikyy7sd5sli8";
sha256 = "0dba8cz13ljcsfibcwycd9vb759fzlllh2bv31vgbs2pjgcinzvm";
};
goPackagePath = "github.com/Clever/microplane";