dtc: 1.7.1 -> 1.7.2 (#354154)

This commit is contained in:
Sandro 2024-11-07 11:47:18 +01:00 committed by GitHub
commit bb9824109f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;