We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66cf86d + 0def05f commit 38fe92dCopy full SHA for 38fe92d
1 file changed
pkgs/by-name/cp/cpp-utilities/package.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "cpp-utilities";
12
- version = "5.33.0";
+ version = "5.34.0";
13
14
src = fetchFromGitHub {
15
owner = "Martchus";
16
repo = "cpp-utilities";
17
rev = "v${finalAttrs.version}";
18
- sha256 = "sha256-Xoy/Q5EQAEeP19R65xyXu46kC9hbS/Vr4ucfpeRlzH0=";
+ sha256 = "sha256-lwrGPWRzCmOP4xeMH4ruLJfVaYXKc//WRFBSmKQ2iw0=";
19
};
20
21
nativeBuildInputs = [ cmake ];
0 commit comments