Loading pkgs/by-name/op/opensbi/package.nix +8 −8 Original line number Diff line number Diff line Loading @@ -8,15 +8,15 @@ withFDT ? null, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "opensbi"; version = "1.5.1"; version = "1.6"; src = fetchFromGitHub { owner = "riscv-software-src"; repo = "opensbi"; rev = "v${version}"; hash = "sha256-qb3orbmZJtesIBj9F2OX+BhrlctymZA1ZIbV/GVa0lU="; tag = "v${finalAttrs.version}"; hash = "sha256-X3j+4hdNDq36O/vFdlnd/QvDVIkXtvFbheFaZwf4GQY="; }; postPatch = '' Loading Loading @@ -45,11 +45,11 @@ stdenv.mkDerivation rec { dontStrip = true; dontPatchELF = true; meta = with lib; { meta = { description = "RISC-V Open Source Supervisor Binary Interface"; homepage = "https://github.com/riscv-software-src/opensbi"; license = licenses.bsd2; maintainers = with maintainers; [ license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ ius nickcao zhaofengli Loading @@ -59,4 +59,4 @@ stdenv.mkDerivation rec { "riscv32-linux" ]; }; } }) Loading
pkgs/by-name/op/opensbi/package.nix +8 −8 Original line number Diff line number Diff line Loading @@ -8,15 +8,15 @@ withFDT ? null, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "opensbi"; version = "1.5.1"; version = "1.6"; src = fetchFromGitHub { owner = "riscv-software-src"; repo = "opensbi"; rev = "v${version}"; hash = "sha256-qb3orbmZJtesIBj9F2OX+BhrlctymZA1ZIbV/GVa0lU="; tag = "v${finalAttrs.version}"; hash = "sha256-X3j+4hdNDq36O/vFdlnd/QvDVIkXtvFbheFaZwf4GQY="; }; postPatch = '' Loading Loading @@ -45,11 +45,11 @@ stdenv.mkDerivation rec { dontStrip = true; dontPatchELF = true; meta = with lib; { meta = { description = "RISC-V Open Source Supervisor Binary Interface"; homepage = "https://github.com/riscv-software-src/opensbi"; license = licenses.bsd2; maintainers = with maintainers; [ license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ ius nickcao zhaofengli Loading @@ -59,4 +59,4 @@ stdenv.mkDerivation rec { "riscv32-linux" ]; }; } })