mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 04:08:43 +00:00
x16-rom: 47 -> 48
This commit is contained in:
parent
5a24308c38
commit
4c69db6adf
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "x16-rom";
|
pname = "x16-rom";
|
||||||
version = "47";
|
version = "48";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "X16Community";
|
owner = "X16Community";
|
||||||
repo = "x16-rom";
|
repo = "x16-rom";
|
||||||
rev = "r${finalAttrs.version}";
|
rev = "r${finalAttrs.version}";
|
||||||
hash = "sha256-+NvuCW8CIj5cnrGh+VQOExhAeXMElqdl9DVJjjGhNPk=";
|
hash = "sha256-MXt839wpPdGVFgf1CAqfmWEP2Ws+5uUFOI14vAdUTvk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user