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

zsv: 1.3.0 -> 1.4.0 (#504398)

parents 73a8347f a8f1d927
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "zsv";
  version = "1.3.0";
  version = "1.4.0";

  src = fetchFromGitHub {
    owner = "liquidaty";
    repo = "zsv";
    tag = "v${finalAttrs.version}";
    hash = "sha256-6Gc9RDrQmayTnCoFHYN8B3gdqR3CPyyLWtO31WpnJ3o=";
    hash = "sha256-ht6sg93bHrNTw1tEEkd9vRl5aIsc1q7nASakvECdyzI=";
  };

  buildInputs = [ jq ];