linuxKernel.packages.linux_4_19.xpadneo: 0.9.5 -> 0.9.6

This commit is contained in:
R. Ryantm 2024-02-13 03:36:20 +00:00
parent 8769e84829
commit 23d741d802

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xpadneo";
version = "0.9.5";
version = "0.9.6";
src = fetchFromGitHub {
owner = "atar-axis";
repo = "xpadneo";
rev = "refs/tags/v${finalAttrs.version}";
sha256 = "sha256-rT2Mq40fE055FemDG7PBjt+cxgIHJG9tTjtw2nW6B98=";
sha256 = "sha256-pX9zpAGnhDLKUAKOQ5iqtK8cKEkjCqDa5v3MwYViWX4=";
};
setSourceRoot = ''