vivictpp: 1.3.1 -> 1.3.2 (#469959)

This commit is contained in:
Nick Cao
2025-12-12 20:32:39 +00:00
committed by GitHub
+3 -3
View File
@@ -21,7 +21,7 @@
}:
let
version = "1.3.1";
version = "1.3.2";
withSubprojects = stdenv.mkDerivation {
pname = "sources-with-subprojects";
inherit version;
@@ -31,7 +31,7 @@ let
repo = "vivictpp";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-g/M3blW48uwL6v60IU4sRObYvR7Gjjn/X0lYSS86x+0=";
hash = "sha256-s93tqsXiU7NESI594tmHE/2ymaE68lcaGSOM2GDHPLU=";
};
nativeBuildInputs = [
@@ -49,7 +49,7 @@ let
'';
outputHashMode = "recursive";
outputHash = "sha256-UbULDurC6qbcjP+fZJgd0nSVsimAyw3sYC08xeXcI14=";
outputHash = "sha256-RQRlH+wByWRfVyVR/kjjUm9/fLXUupd2yRK80FogzRM=";
};
in
stdenv.mkDerivation {