libx86emu: 2.1 -> 2.2 (#58716)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libx86emu/versions
This commit is contained in:
parent
38ea62c7af
commit
4cbf06a96f
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libx86emu-${version}";
|
||||
version = "2.1";
|
||||
version = "2.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wfeldt";
|
||||
repo = "libx86emu";
|
||||
rev = version;
|
||||
sha256 = "16k16xcw2w2c69sn04jfdy9fd7cxs463d2rwb948xchyvfla958j";
|
||||
sha256 = "10amjaamd6jfwqxrinsbkqmm6jjrwzyqjp8qy3hm71vkg6fr20gy";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ perl ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user