x16-emulator: 47 -> 48 (#340147)

This commit is contained in:
Nick Cao 2024-09-11 12:54:03 -04:00 committed by GitHub
commit 758fd9dd53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "x16-emulator";
version = "47";
version = "48";
src = fetchFromGitHub {
owner = "X16Community";
repo = "x16-emulator";
rev = "r${finalAttrs.version}";
hash = "sha256-v7INa0Xpq7WlrSqc6VNBwLQPUoloqsGbv5rd/VTQtUg=";
hash = "sha256-E4TosRoORCWLotOIXROP9oqwqo1IRSa6X13GnmuxE9A=";
};
postPatch = ''