Unverified Commit 5e5167f7 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

noxdir: 0.9.0 -> 0.10.0 (#465583)

parents 8654cf19 15441a3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule (finalAttrs: {
  pname = "noxdir";
  version = "0.9.0";
  version = "0.10.0";

  src = fetchFromGitHub {
    owner = "crumbyte";
    repo = "noxdir";
    tag = "v${finalAttrs.version}";
    hash = "sha256-sy94J+97fxg0t/GTSLzJQMDcQtOCQeo8TCTT8G4p6wY=";
    hash = "sha256-FC2+tXsFu8VWgvAqo+DWWII9c9YhURwzM86S4oU92ms=";
  };

  vendorHash = "sha256-uRJP21bJ8NlJ0qOG81Gax9LJ+HdPfxLKj1Jjzbweync=";