x16-emulator: 47 -> 48 (#340147)
This commit is contained in:
commit
758fd9dd53
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "x16-emulator";
|
pname = "x16-emulator";
|
||||||
version = "47";
|
version = "48";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "X16Community";
|
owner = "X16Community";
|
||||||
repo = "x16-emulator";
|
repo = "x16-emulator";
|
||||||
rev = "r${finalAttrs.version}";
|
rev = "r${finalAttrs.version}";
|
||||||
hash = "sha256-v7INa0Xpq7WlrSqc6VNBwLQPUoloqsGbv5rd/VTQtUg=";
|
hash = "sha256-E4TosRoORCWLotOIXROP9oqwqo1IRSa6X13GnmuxE9A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user