x16.emulator: 45 -> 46
This commit is contained in:
parent
7d416c7e15
commit
82529fe5ec
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "x16-emulator";
|
pname = "x16-emulator";
|
||||||
version = "45";
|
version = "46";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "X16Community";
|
owner = "X16Community";
|
||||||
repo = "x16-emulator";
|
repo = "x16-emulator";
|
||||||
rev = "r${finalAttrs.version}";
|
rev = "r${finalAttrs.version}";
|
||||||
hash = "sha256-5iVoN3V2uLzNgAQ5TlJju9K2u4M65kALWtytyrY1eiQ=";
|
hash = "sha256-cYr6s69eua1hCFqNkcomZDK9akxBqMTIaGqOl/YX2kc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user