lxi-tools: 2.4 -> 2.5

This commit is contained in:
R. Ryantm 2023-02-25 03:05:43 +00:00
parent 21299ca839
commit f5f6054d03

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