xpar: 0.5 -> 0.6

This commit is contained in:
R. Ryantm
2025-09-14 10:07:50 +00:00
parent d12e9167e6
commit 21de1b5d56
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xpar";
version = "0.5";
version = "0.6";
src = fetchFromGitHub {
owner = "kspalaiologos";
repo = "xpar";
rev = finalAttrs.version;
hash = "sha256-DMUDWQqYSQjGxYOpcfwNaaM21avcZ1w3IqEhuOaabrw=";
hash = "sha256-cvt5fXg3mKzh0GlL1qkA7G17p2ZA0PpFnE2cLYwlmUM=";
};
nativeBuildInputs = [