Skip to content

Commit 7ee6257

Browse files
authored
cpp-utilities: 5.26.1 -> 5.27.0 (NixOS#361910)
2 parents 8f224ad + acee313 commit 7ee6257

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
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "cpp-utilities";
11-
version = "5.26.1";
11+
version = "5.27.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "Martchus";
1515
repo = "cpp-utilities";
1616
rev = "v${finalAttrs.version}";
17-
sha256 = "sha256-ft8gusZ6We3nEAOwccGrUidxpO5tdWR5VNDQ/r5l2P8=";
17+
sha256 = "sha256-pjEWTNcZwcrKUsXXHia8aLSCw7R8aEr6GBvD7yiYFXo=";
1818
};
1919

2020
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)