about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-09-21 06:46:14 -0500
committerGitHub <noreply@github.com>2020-09-21 06:46:14 -0500
commit1ffcf47cc55a60b279e76ff7785ea4e82dd8b206 (patch)
tree60ea91b0b866c90db999cdc810de01964445c2ee
parent3c03a98235d88cc498e174564a73effc43687fa4 (diff)
parent3ac630bbe977a4e06fc0c484734717e041d53dae (diff)
Merge pull request #98284 from MetaDark/xpadneo
linuxPackages.xpadneo: 0.8.2 -> 0.8.3
-rw-r--r--pkgs/os-specific/linux/xpadneo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/xpadneo/default.nix b/pkgs/os-specific/linux/xpadneo/default.nix
index 7a1c2d1cec96f..5f10189692127 100644
--- a/pkgs/os-specific/linux/xpadneo/default.nix
+++ b/pkgs/os-specific/linux/xpadneo/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "xpadneo";
-  version = "0.8.2";
+  version = "0.8.3";
 
   src = fetchFromGitHub {
     owner = "atar-axis";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0v688j7jx2b68zlwnrr5y63zxzhldygw1lcp8f3irayhcp8ikzzy";
+    sha256 = "1g3ml7vq0dzwl9815c3l0i0qz3a7v8c376c6dqbfkbj2f1d43vqs";
   };
 
   setSourceRoot = ''