]> git.scottworley.com Git - tattlekey/blobdiff - client/default.nix
Version 0.1.0
[tattlekey] / client / default.nix
index eb65f49b6b488219d05b556f53310f4fb746261d..32140b72b255f4e296629ee75a2040c0ae169fda 100644 (file)
@@ -4,7 +4,7 @@ let
   tattlekey = { lib, stdenv, cmake, pico-sdk, pico-examples, python3 }:
     stdenv.mkDerivation {
       pname = "tattlekey";
-      version = "0.0.1";
+      version = "0.1.0";
       src = lib.cleanSource ./.;
       nativeBuildInputs = [ cmake python3 ];
       postUnpack = ''