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

lxi-tools: 2.4 -> 2.5
This commit is contained in:
Weijia Wang 2023-02-26 22:19:50 +02:00 committed by GitHub
commit c538c2a720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [