linuxPackages.xpadneo: 0.10 -> 0.10.1
Diff: https://github.com/atar-axis/xpadneo/compare/v0.10...v0.10.1 Changelog: https://github.com/atar-axis/xpadneo/releases/tag/v0.10.1
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "xpadneo";
|
||||
version = "0.10";
|
||||
version = "0.10.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "atar-axis";
|
||||
repo = "xpadneo";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-jIY7NzjVZMlJ+2EY4hrka1MBUalQiNWzQgW2aiNi7WU=";
|
||||
hash = "sha256-rMNgKhve76OXr2ha/Sqpw8sy/FWqxDm/bKF4YPlpVlc=";
|
||||
};
|
||||
|
||||
setSourceRoot = ''
|
||||
|
||||
Reference in New Issue
Block a user