We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1efb424 + 9ed54c8 commit b97c6f4Copy full SHA for b97c6f4
pkgs/by-name/ti/tinycbor/package.nix
@@ -6,13 +6,13 @@
6
7
stdenv.mkDerivation rec {
8
pname = "tinycbor";
9
- version = "0.6.0";
+ version = "0.6.1";
10
11
src = fetchFromGitHub {
12
owner = "intel";
13
repo = "tinycbor";
14
rev = "v${version}";
15
- sha256 = "1ph1cmsh4hm6ikd3bs45mnv9zmniyrvp2rrg8qln204kr6fngfcd";
+ sha256 = "sha256-JgkZAvZ63jjTdFRnyk+AeIWcGsg36UtPPFbhFjky9e8=";
16
};
17
18
makeFlags = [ "prefix=$(out)" ];
0 commit comments