simple-dftd3: 1.2.1 -> 1.3.2

This commit is contained in:
Phillip Seeber
2026-05-06 16:45:07 +02:00
parent 439c1e8937
commit f7d0253119
@@ -24,13 +24,13 @@ assert (
stdenv.mkDerivation rec {
pname = "simple-dftd3";
version = "1.2.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "dftd3";
repo = "simple-dftd3";
tag = "v${version}";
hash = "sha256-c4xctcMcPQ70ippqbwtinygmnZ5en6ZGF5/v0ZWtzys=";
hash = "sha256-h9KFqZOfH7c7hntfL/C5WG9HVof64O4U1BNCCOuQhpA=";
};
patches = [