dtc: 1.7.1 -> 1.7.2

Changes: https://github.com/dgibson/dtc/releases/tag/v1.7.2
This commit is contained in:
Sergei Trofimovich 2024-11-07 06:58:27 +00:00
parent 85f7e662ed
commit 793e324096

View File

@ -15,11 +15,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dtc";
version = "1.7.1";
version = "1.7.2";
src = fetchzip {
url = "https://git.kernel.org/pub/scm/utils/dtc/dtc.git/snapshot/dtc-v${finalAttrs.version}.tar.gz";
hash = "sha256-Zl2bOGDJIe/bhMFNsy969JYCYqtXTOzgb+bbOlKqOco=";
hash = "sha256-KZCzrvdWd6zfQHppjyp4XzqNCfH2UnuRneu+BNIRVAY=";
};
env.SETUPTOOLS_SCM_PRETEND_VERSION = finalAttrs.version;