fbc: 1.10.0 -> 1.10.1

This commit is contained in:
R. Ryantm 2023-12-25 22:18:54 +00:00
parent e2a637a479
commit 0d1e4efbde

View file

@ -14,12 +14,12 @@
stdenv.mkDerivation rec {
pname = "fbc";
version = "1.10.0";
version = "1.10.1";
src = fetchzip {
# Bootstrap tarball has sources pretranslated from FreeBASIC to C
url = "https://github.com/freebasic/fbc/releases/download/${version}/FreeBASIC-${version}-source-bootstrap.tar.xz";
hash = "sha256-7FmyEfykOAgHaL2AG8zIgftzOszhwVzNKEqskiLGpfk=";
hash = "sha256-LBROv3m1DrEfSStMbNuLC+fldYNfSS+D09bJyNMNPP0=";
};
postPatch = ''