Unverified Commit d20a7c35 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

drift: 0.6.1 -> 0.11.0 (#506393)

parents 5d940758 a3516fe3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule (finalAttrs: {
  pname = "drift";
  version = "0.6.1";
  version = "0.11.0";

  src = fetchFromGitHub {
    owner = "phlx0";
    repo = "drift";
    tag = "v${finalAttrs.version}";
    hash = "sha256-CDQEeP/ZEr4rQcNjMMK692+45E8OCzkDp1JNlJVuokc=";
    hash = "sha256-oSSuh4LNihLoy4qwMx97+oCuapp18d2GV52bq4yXcqE=";
  };

  vendorHash = "sha256-FsNa9qp2MnPk1onv/O13mFi+82yP7D4LdILZsNzHs+4=";