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 4a21427 commit 63ea885Copy full SHA for 63ea885
pkgs/by-name/cp/cpp-utilities/package.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "cpp-utilities";
12
- version = "5.27.1";
+ version = "5.27.2";
13
14
src = fetchFromGitHub {
15
owner = "Martchus";
16
repo = "cpp-utilities";
17
rev = "v${finalAttrs.version}";
18
- sha256 = "sha256-C/kUWFL305JJ3MGCVc1SQdHdZcuaF01/feQd5AdKQFM=";
+ sha256 = "sha256-WdIXakivkeg98c3zDKUBlFIRcFo8iFHgFZVMIbkrR0g=";
19
};
20
21
nativeBuildInputs = [ cmake ];
0 commit comments