trompeloeil: 46 -> 47

This commit is contained in:
R. Ryantm 2024-01-01 15:24:13 +00:00 committed by Bjørn Forsman
parent 1e946f853a
commit 79b42007fa

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "trompeloeil";
version = "46";
version = "47";
src = fetchFromGitHub {
owner = "rollbear";
repo = "trompeloeil";
rev = "v${version}";
sha256 = "sha256-x/Chzho6RTfyOb/Is7bAM8KrvipEqQ/+a6pVCuTG108=";
sha256 = "sha256-eVMlepthJuy9BQnR2u8PFSfuWNg8QxDOJyV5qzcztOE=";
};
nativeBuildInputs = [ cmake ];