Skip to content

Commit 97c3c86

Browse files
authored
cpp-utilities: 5.27.1 -> 5.27.2 (NixOS#374993)
2 parents f624d9c + 63ea885 commit 97c3c86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.27.1";
12+
version = "5.27.2";
1313

1414
src = fetchFromGitHub {
1515
owner = "Martchus";
1616
repo = "cpp-utilities";
1717
rev = "v${finalAttrs.version}";
18-
sha256 = "sha256-C/kUWFL305JJ3MGCVc1SQdHdZcuaF01/feQd5AdKQFM=";
18+
sha256 = "sha256-WdIXakivkeg98c3zDKUBlFIRcFo8iFHgFZVMIbkrR0g=";
1919
};
2020

2121
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)