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

lxi-tools: 2.3 -> 2.4
This commit is contained in:
markuskowa
2022-12-18 20:55:34 +01:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "lxi-tools";
version = "2.3";
version = "2.4";
src = fetchFromGitHub {
owner = "lxi-tools";
repo = "lxi-tools";
rev = "v${version}";
sha256 = "sha256-c53Jn/9xKsxQDsRWU2LKtNWs28AuG4t5OwYOAMxpcPA=";
sha256 = "sha256-1CuE/OuClVqw8bG1N8DFNqqQGmXyGyk1LICrcHyuVxw=";
};
nativeBuildInputs = [