Merge pull request #134519 from r-ryantm/auto-update/trompeloeil

trompeloeil: 40 -> 41
This commit is contained in:
Ben Siraphob 2021-08-17 17:57:03 -05:00 committed by GitHub
commit 1eb7030c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "trompeloeil";
version = "40";
version = "41";
src = fetchFromGitHub {
owner = "rollbear";
repo = "trompeloeil";
rev = "v${version}";
sha256 = "sha256-q0iMM3Hb5Y21RUhhxFEd/q4OCJFJ12gozZd5jCDscro=";
sha256 = "sha256-NsWRN520K4FLp+8W83bXT6pgQEADYFnWiB6gy3MjsWY=";
};
nativeBuildInputs = [ cmake ];