cbqn-bytecode: unstable-2023-04-19 -> unstable-2023-05-17

authored by Antti Keränen and committed by Anderson Torres 38d1a10e 47f1060a

+4 -4
+4 -4
pkgs/development/interpreters/bqn/cbqn/cbqn-bytecode.nix
··· 5 6 stdenvNoCC.mkDerivation { 7 pname = "cbqn-bytecode"; 8 - version = "unstable-2023-04-19"; 9 10 src = fetchFromGitHub { 11 owner = "dzaima"; 12 repo = "cbqnBytecode"; 13 - rev = "78ed4102f914eb5fa490d76d4dcd4f8be6e53417"; 14 - hash = "sha256-IOhxcfGmpARiTdFMSpc+Rh8VXtasZdfP6vKJzULNxAg="; 15 }; 16 17 dontConfigure = true; ··· 20 installPhase = '' 21 runHook preInstall 22 23 - install -D $src/gen/{compiles,explain,formatter,runtime0,runtime1,src} -t $out/dev 24 25 runHook postInstall 26 '';
··· 5 6 stdenvNoCC.mkDerivation { 7 pname = "cbqn-bytecode"; 8 + version = "unstable-2023-05-17"; 9 10 src = fetchFromGitHub { 11 owner = "dzaima"; 12 repo = "cbqnBytecode"; 13 + rev = "32db4dfbfc753835bf112f3d8ae2991d8aebbe3d"; 14 + hash = "sha256-9uBPrEESn/rB9u0xXwKaQ7ABveQWPc8LRMPlnI/79kg="; 15 }; 16 17 dontConfigure = true; ··· 20 installPhase = '' 21 runHook preInstall 22 23 + install -D $src/gen/{compiles,explain,formatter,runtime0,runtime1,runtime1x,src} -t $out/dev 24 25 runHook postInstall 26 '';