Unverified Commit f0a8accc authored by Defelo's avatar Defelo
Browse files

ulid: add updateScript

parent 9d1116af
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildGoModule,
  fetchFromGitHub,
  nix-update-script,
}:

buildGoModule (finalAttrs: {
@@ -27,6 +28,8 @@ buildGoModule (finalAttrs: {
    "-skip=TestMonotonicSafe"
  ];

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Universally Unique Lexicographically Sortable Identifier (ULID) in Go";
    homepage = "https://github.com/oklog/ulid";