Merge pull request #271916 from TornaxO7/bump/inlyne

inlyne: 0.3.2 -> 0.4.0

authored by Weijia Wang and committed by GitHub 4d2f3636 8eb1338a

+7 -3
+7 -3
pkgs/applications/misc/inlyne/default.nix
··· 6 , pkg-config 7 , fontconfig 8 , xorg 9 , libGL 10 , openssl 11 , darwin ··· 13 14 rustPlatform.buildRustPackage rec { 15 pname = "inlyne"; 16 - version = "0.3.2"; 17 18 src = fetchFromGitHub { 19 owner = "trimental"; 20 repo = pname; 21 rev = "v${version}"; 22 - hash = "sha256-DSi6iS1ySdvGf6FxZpsDOAFpAKx/APcZjxA3Qy0gQBU="; 23 }; 24 25 - cargoHash = "sha256-UzegSJGAOBUDN8WluN7fLWS7NfHhm9YY0Zuq6DCIqHo="; 26 27 nativeBuildInputs = [ 28 installShellFiles ··· 36 xorg.libXi 37 xorg.libXrandr 38 xorg.libxcb 39 openssl 40 ] ++ lib.optionals stdenv.isDarwin [ 41 darwin.apple_sdk_11_0.frameworks.AppKit
··· 6 , pkg-config 7 , fontconfig 8 , xorg 9 + , libxkbcommon 10 + , wayland 11 , libGL 12 , openssl 13 , darwin ··· 15 16 rustPlatform.buildRustPackage rec { 17 pname = "inlyne"; 18 + version = "0.4.0"; 19 20 src = fetchFromGitHub { 21 owner = "trimental"; 22 repo = pname; 23 rev = "v${version}"; 24 + hash = "sha256-dDGTy5WOCyeWYfemVtv+YswNyHSqDL4C7MbHsKgRwLk="; 25 }; 26 27 + cargoHash = "sha256-GDy7/FooHD77X5dZmlLX+isRKr2WjadKPKyVD55M9ZE="; 28 29 nativeBuildInputs = [ 30 installShellFiles ··· 38 xorg.libXi 39 xorg.libXrandr 40 xorg.libxcb 41 + wayland 42 + libxkbcommon 43 openssl 44 ] ++ lib.optionals stdenv.isDarwin [ 45 darwin.apple_sdk_11_0.frameworks.AppKit