Unverified Commit 2583c207 authored by R. RyanTM's avatar R. RyanTM Committed by Matthias Beyer
Browse files

sq: 0.48.10 -> 0.48.12

parent 89860d1b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildGoModule (finalAttrs: {
  pname = "sq";
  version = "0.48.10";
  version = "0.48.12";

  src = fetchFromGitHub {
    owner = "neilotoole";
    repo = "sq";
    rev = "v${finalAttrs.version}";
    hash = "sha256-5JlvG179rZHXsJWg+5uz//7QGdkwdNGULkK/DLCifus=";
    hash = "sha256-TAQiTZx13rYlJlT41/RE03Ro4CRjECBdQz42YSI1j74=";
  };

  vendorHash = "sha256-UP9+KtFuibwb9fnUcflnIpcf0Ow54D7db9F07PLhBN4=";
  vendorHash = "sha256-jfUUVbvrdFX/++xRAgz7Tzqgu5AK2ZDmubWnWBIQeKE=";

  proxyVendor = true;