Skip to content

Commit 38fe92d

Browse files
authored
cpp-utilities: 5.33.0 -> 5.34.0 (NixOS#507725)
2 parents 66cf86d + 0def05f commit 38fe92d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/cp/cpp-utilities/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "cpp-utilities";
12-
version = "5.33.0";
12+
version = "5.34.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "Martchus";
1616
repo = "cpp-utilities";
1717
rev = "v${finalAttrs.version}";
18-
sha256 = "sha256-Xoy/Q5EQAEeP19R65xyXu46kC9hbS/Vr4ucfpeRlzH0=";
18+
sha256 = "sha256-lwrGPWRzCmOP4xeMH4ruLJfVaYXKc//WRFBSmKQ2iw0=";
1919
};
2020

2121
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)