mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
linuxPackages.it87: switch upstream to Frank Crawford
This version was last touched in February 2022, as opposed to the version we were using before, which hasn't been touched since January 2019. I've reviewed the diff, and it all seems reasonable. We need a newer version of this package, because hannesha's version doesn't build with Linux 5.18.
This commit is contained in:
@@ -2,14 +2,15 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "it87-${version}-${kernel.version}";
|
||||
version = "2018-08-14";
|
||||
version = "unstable-2022-02-26";
|
||||
|
||||
# The original was deleted from github, but this seems to be an active fork
|
||||
# Original is no longer maintained.
|
||||
# This is the same upstream as the AUR uses.
|
||||
src = fetchFromGitHub {
|
||||
owner = "hannesha";
|
||||
owner = "frankcrawford";
|
||||
repo = "it87";
|
||||
rev = "5515f5b78838cb6be551943ffef5d1792012724c";
|
||||
sha256 = "1ygi4mwds4q7byhg8gqnh3syamdj5rpjy3jj012k7vl54gdgrmgm";
|
||||
rev = "c93d61adadecb009c92f3258cd3ff14a66efb193";
|
||||
sha256 = "sha256-wVhs//iwZUUGRTk1DpV/SnA7NZ7cFyYbsUbtazlxb6Q=";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
Reference in New Issue
Block a user