summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-02 08:36:12 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-17 14:53:46 +0000
commit83d33f92797386db3a78cf59940d6a5e8b5f7887 (patch)
tree6253affca8af3e6a0aa1d99633f0045fea1071b7
parentMerge pull request #187090 from NixOS/backport-186685-to-release-22.05 (diff)
downloadnixpkgs-83d33f92797386db3a78cf59940d6a5e8b5f7887.tar.gz
linuxPackages.xpadneo: 0.9.1 -> 0.9.4
(cherry picked from commit dcbe29d119564582006e1eb500c8d73250b4ae57)
-rw-r--r--pkgs/os-specific/linux/xpadneo/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/xpadneo/default.nix b/pkgs/os-specific/linux/xpadneo/default.nix
index c5aa09a88608..829344eec3ec 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.9.1";
+ version = "0.9.4";
src = fetchFromGitHub {
owner = "atar-axis";
repo = pname;
- rev = "v${version}";
- hash = "sha256-VUcS4OzvPj0o627ZWIOBqEAQJ4JuMCMjgaZoMkL/IHc=";
+ rev = "refs/tags/v${version}";
+ sha256 = "sha256-4zd+x9uYl0lJgePM9LEgLYFqvcw6VPF/CbR1XiYSwGE=";
};
setSourceRoot = ''