spi-tools: 1.0.2 -> 1.1.0 (#538826)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-07 10:10:10 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "spi-tools";
version = "1.0.2";
version = "1.1.0";
src = fetchFromGitHub {
owner = "cpb-";
repo = "spi-tools";
tag = finalAttrs.version;
hash = "sha256-lrdoO4ZsZCf0pt1SSL5w4rXVuYzlkJZQpditYt61nUw=";
hash = "sha256-mlOpgzJ8YFX+2y8+V3A2WjsnOzzj+fF8lJHqzoEP30s=";
};
nativeBuildInputs = [