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

socalabs-voc: 1.1.0 -> 1.1.1 (#478928)

parents d914fa8a 399f45f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "socalabs-voc";
  version = "1.1.0";
  version = "1.1.1";

  src = fetchFromGitHub {
    owner = "FigBug";
    repo = "Voc";
    tag = "v${finalAttrs.version}";
    hash = "sha256-aGlazHjZrO5r8OhL7wkMEIDnOW4gXcSZgqzNS+iZ12M=";
    hash = "sha256-wLO/855JkpCN7BL5/V7bZJa4d9MvnfYrTC3d+0p1+F4=";
    fetchSubmodules = true;
    preFetch = ''
      # can't clone using ssh