liblxi: 1.21 -> 1.22

This commit is contained in:
R. Ryantm
2024-12-08 15:45:05 +00:00
parent 0bc7caf6ff
commit 72f2aa5b42
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "liblxi";
version = "1.21";
version = "1.22";
src = fetchFromGitHub {
owner = "lxi-tools";
repo = "liblxi";
rev = "v${finalAttrs.version}";
hash = "sha256-ZRUYwMy+vvNClHxctoTMDlbnCSp2A0L9roo5KXWCMpI=";
hash = "sha256-mbrl/1IxJhnUhvgEpXBtPg5WXfWap6RbfSSOK1ZZcng=";
};
postPatch = ''