Unverified Commit a9ade7fa authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

dgop: 0.2.0 -> 0.2.2 (#513853)

parents be9c8031 7da09142
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule (finalAttrs: {
  pname = "dgop";
  version = "0.2.0";
  version = "0.2.2";

  src = fetchFromGitHub {
    owner = "AvengeMedia";
    repo = "dgop";
    tag = "v${finalAttrs.version}";
    hash = "sha256-CxTvTx7WYKj9usa1uZDUmCqS9+W0QoIeTGDlkhHLVho=";
    hash = "sha256-kYEFJvJApcgVgFu6QpSoNk2t0hv7AlmBARc5HPe/n+s=";
  };

  vendorHash = "sha256-4GslUKwUCO8oOqylsclJmAZL/ds0plenzcTAwAXKtrc=";
  vendorHash = "sha256-OxcSnBIDwbPbsXRHDML/Yaxcc5caoKMIDVHLFXaoSsc=";

  ldflags = [
    "-w"
@@ -28,8 +28,6 @@ buildGoModule (finalAttrs: {
  nativeBuildInputs = [ installShellFiles ];

  postInstall = ''
    mv $out/bin/{cli,dgop}

    installShellCompletion --cmd dgop \
      --bash <($out/bin/dgop completion bash) \
      --fish <($out/bin/dgop completion fish) \