Unverified Commit bb050653 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

bsc: 3.3.4 -> 3.3.5 (#380091)

parents a226be44 4e7d2e34
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "bsc";
  version = "3.3.4";
  version = "3.3.5";

  src = fetchFromGitHub {
    owner = "IlyaGrebnov";
    repo = "libbsc";
    tag = "v${finalAttrs.version}";
    hash = "sha256-reGg5xvoZBbNFFYPPyT2P1LA7oSCUIm9NIDjXyvkP9Q=";
    hash = "sha256-k+uGPcr5LNxKAtIICLJU1uIWDP/tvT05v/Oc0NHUQ+E=";
  };

  enableParallelBuilding = true;