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.
1 parent bc56516 commit acee313Copy full SHA for acee313
pkgs/by-name/cp/cpp-utilities/package.nix
@@ -8,13 +8,13 @@
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "cpp-utilities";
11
- version = "5.26.1";
+ version = "5.27.0";
12
13
src = fetchFromGitHub {
14
owner = "Martchus";
15
repo = "cpp-utilities";
16
rev = "v${finalAttrs.version}";
17
- sha256 = "sha256-ft8gusZ6We3nEAOwccGrUidxpO5tdWR5VNDQ/r5l2P8=";
+ sha256 = "sha256-pjEWTNcZwcrKUsXXHia8aLSCw7R8aEr6GBvD7yiYFXo=";
18
};
19
20
nativeBuildInputs = [ cmake ];
0 commit comments