11 src = fetchFromGitHub {
15 hash = "sha256-/oQPgcO1xKbHXutxz0WPfIduShPrfH1l+7/mj8jLst8=";
18 vendorHash = "sha256-s1YkEwFxE1zpUUCgwOAl8i6/9HB2rcGG+4kqnixTit0=";
27 "-skip=TestMonotonicSafe"
31 description = "Universally Unique Lexicographically Sortable Identifier (ULID) in Go";
32 homepage = "https://github.com/oklog/ulid";
33 changelog = "https://github.com/oklog/ulid/blob/${src.rev}/CHANGELOG.md";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ figsoda ];