simple-dftd3: 1.4.0 -> 1.5.0 (#550574)

This commit is contained in:
Peder Bergebakken Sundt
2026-08-16 16:34:44 +00:00
committed by GitHub

View File

@@ -24,13 +24,13 @@ assert (
stdenv.mkDerivation rec {
pname = "simple-dftd3";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "dftd3";
repo = "simple-dftd3";
tag = "v${version}";
hash = "sha256-Bv+N9/dQVpSglt/54ay6mt4kRhu4klMTp7+sRP1bP80=";
hash = "sha256-YkxuM/Ns1/59ex0GrQEVLIN3Kn6R7/gkdIb6ynPrffg=";
};
patches = [