Merge pull request #273390 from tilpner/vivictpp

vivictpp: 0.3.1 -> 1.0.0
This commit is contained in:
Janne Heß 2023-12-13 21:07:10 +01:00 committed by GitHub
commit a931a220ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
, cacert }:
let
version = "0.3.1";
version = "1.0.0";
withSubprojects = stdenv.mkDerivation {
name = "sources-with-subprojects";
@ -15,7 +15,7 @@ let
owner = "vivictorg";
repo = "vivictpp";
rev = "v${version}";
hash = "sha256-6YfYeUrM7cq8hnOPMq0Uq/HToFBDri0N/r0SU0LeT/Y=";
hash = "sha256-dCtMjemEjXe63ELAfQhzJl3GecqWLcjL2y5Htn6hYgU=";
};
nativeBuildInputs = [
@ -33,7 +33,7 @@ let
'';
outputHashMode = "recursive";
outputHash = "sha256-lIm2Bwy61St9d1e6QSm5ZpSIDR9ucaQKBPHATTDEgW4=";
outputHash = "sha256-a7NBQJt5T+KwP8Djc8TQiVLNZF8UcXlXrv2G/dZ54aM=";
};
in stdenv.mkDerivation rec {
pname = "vivictpp";