linuxPackages.xpadneo: 0.9.1 -> 0.9.4

This commit is contained in:
R. Ryantm 2022-08-02 08:36:12 +00:00 committed by Kira Bruneau
parent d2042f91c1
commit dcbe29d119

View file

@ -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 = ''