Merge pull request #300372 from r-ryantm/auto-update/x16-rom

x16-rom: 46 -> 47
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-31 03:04:03 +00:00 committed by GitHub
commit 5c16d18d96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "x16-rom";
version = "46";
version = "47";
src = fetchFromGitHub {
owner = "X16Community";
repo = "x16-rom";
rev = "r${finalAttrs.version}";
hash = "sha256-PcLHIT84NbH+ejq8SY/UN+TYtRFWtqQBHwHqToFUol8=";
hash = "sha256-+NvuCW8CIj5cnrGh+VQOExhAeXMElqdl9DVJjjGhNPk=";
};
nativeBuildInputs = [