Skip to content

Commit

Permalink
rkdeveloptool-pine64: unstable-2021-09-04 -> unstable-2023-06-06 (#36…
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis authored Dec 26, 2024
2 parents b504175 + 00af9c8 commit 806ae95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/rk/rkdeveloptool-pine64/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
}:

let
rev = "cce7d2a5c4efd4e7727c440868141229354b327b";
rev = "17823e99898131a234ccdb39ad114dbaeebb7fc3";
in
stdenv.mkDerivation {
pname = "rkdeveloptool";
version = "unstable-2021-09-04";

src = fetchurl {
url = "https://gitlab.com/pine64-org/quartz-bsp/rkdeveloptool/-/archive/${rev}/rkdeveloptool-${rev}.tar.gz";
sha256 = "sha256-u/x1Y1zZ19SYwNLVAvpqjH247RijyDJ1HTDWIsmqlFk=";
hash = "sha256-KbNjuRb6/FTTInxXVYVTtCfEKZJC/aBdtkZDkDu+rKE=";
};

postPatch = ''
substituteInPlace meson.build --replace \
"udev_rules_dir = udev.get_pkgconfig_variable('udevdir') + '/rules.d'" \
"udev_rules_dir = '$out/lib/udev'"
"udev_rules_dir = '$out/lib/udev/rules.d'"
'';

nativeBuildInputs = [
Expand Down

0 comments on commit 806ae95

Please sign in to comment.