Merge pull request #186574 from r-ryantm/auto-update/backward-cpp

backward-cpp: 1.3 -> 1.6
This commit is contained in:
superherointj 2022-08-15 15:44:06 -03:00 committed by GitHub
commit 84dab53308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "backward";
version = "1.3";
version = "1.6";
src = fetchFromGitHub {
owner = "bombela";
repo = "backward-cpp";
rev = "v${version}";
sha256 = "1nx77qamal53rq8qxsjzax6ljawb345a1v3cqmfwa0hx26srxcln";
sha256 = "sha256-2k5PjwFxgA/2XPqJrPHxgSInM61FBEcieppBx+MAUKw=";
};
installPhase = ''