microplane: 0.0.25 -> 0.0.26

This commit is contained in:
David Birks 2021-02-04 20:13:35 -05:00
parent ead24f04b0
commit a33b630808
No known key found for this signature in database
GPG key ID: BB999F83D9A19A36
2 changed files with 4 additions and 4 deletions

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";

View file

@ -194,8 +194,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/sync";
rev = "6e8e738ad208923de99951fe0b48239bfd864f28";
sha256 = "1avk27pszd5l5df6ff7j78wgla46ir1hhy2jwfl9a3c0ys602yx9";
rev = "09787c993a3ab68e3d1f5c9b2394ab9433f391be";
sha256 = "1nv4mwi9njkkyc7lwmxrjr8ggfh2cf1c67a9bq85dnss81vpj61y";
};
}
{