Merge pull request #300371 from r-ryantm/auto-update/x16-emulator

x16-emulator: 46 -> 47
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-31 03:04:43 +00:00 committed by GitHub
commit c5978c1c8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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