Merge pull request #61989 from r-ryantm/auto-update/roccat-tools
roccat-tools: 5.8.0 -> 5.9.0
This commit is contained in:
commit
71cd2b0bd4
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "roccat-tools-${version}";
|
name = "roccat-tools-${version}";
|
||||||
version = "5.8.0";
|
version = "5.9.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/roccat/${name}.tar.bz2";
|
url = "mirror://sourceforge/roccat/${name}.tar.bz2";
|
||||||
sha256 = "0fr1ibgsyx756fz43hxq0cik51rkq1ymgimw8mz2d0jy63d7h48q";
|
sha256 = "12j02rzbz3iqxprz8cj4kcfcdgnqlva142ci177axqmckcq6crvg";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue