simple-dftd3: 1.3.2 -> 1.4.0 (#520024)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-08 02:14:43 +00:00
committed by GitHub
@@ -24,13 +24,13 @@ assert (
stdenv.mkDerivation rec {
pname = "simple-dftd3";
version = "1.3.2";
version = "1.4.0";
src = fetchFromGitHub {
owner = "dftd3";
repo = "simple-dftd3";
tag = "v${version}";
hash = "sha256-h9KFqZOfH7c7hntfL/C5WG9HVof64O4U1BNCCOuQhpA=";
hash = "sha256-Bv+N9/dQVpSglt/54ay6mt4kRhu4klMTp7+sRP1bP80=";
};
patches = [