caneda: 0.3.1 -> 0.4.0

This commit is contained in:
R. Ryantm 2024-11-01 00:00:03 +00:00
parent e99719836d
commit 171d219159

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "caneda";
version = "0.3.1";
version = "0.4.0";
src = fetchFromGitHub {
owner = "Caneda";
repo = "Caneda";
rev = version;
sha256 = "0hx8qid50j9xvg2kpbpqmbdyakgyjn6m373m1cvhp70v2gp1v8l2";
sha256 = "sha256-oE0cdOwufc7CHEFr3YU8stjg1hBGs4bemhXpNTCTpDQ=";
};
nativeBuildInputs = [ cmake ];