We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d881267 commit ccb4bbdCopy full SHA for ccb4bbd
1 file changed
nix/ftditool.nix
@@ -19,7 +19,7 @@
19
}:
20
stdenv.mkDerivation {
21
pname = "ftditool";
22
- version = "0.1.0";
+ version = "0.4.0";
23
src = ../.;
24
25
nativeBuildInputs = [
0 commit comments