Unverified Commit c538c2a7 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #218147 from r-ryantm/auto-update/lxi-tools

lxi-tools: 2.4 -> 2.5
parents 5acf6808 f5f6054d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "lxi-tools";
  version = "2.4";
  version = "2.5";

  src = fetchFromGitHub {
    owner = "lxi-tools";
    repo = "lxi-tools";
    rev = "v${version}";
    sha256 = "sha256-1CuE/OuClVqw8bG1N8DFNqqQGmXyGyk1LICrcHyuVxw=";
    sha256 = "sha256-F9svLaQnQyVyC5KzDnaGwB8J/nBZ3zzOVwYNxWBPifU=";
  };

  nativeBuildInputs = [