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

This commit is contained in:
nixpkgs-ci[bot]
2026-01-11 10:44:25 +00:00
committed by GitHub
+2 -2
View File
@@ -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