linux-copperhead: 4.13.5.a -> 4.13.6.a
This commit is contained in:
parent
e13d0c3435
commit
64a727b160
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
|||
with stdenv.lib;
|
||||
|
||||
let
|
||||
version = "4.13.5";
|
||||
version = "4.13.6";
|
||||
revision = "a";
|
||||
sha256 = "139qa6iyyjwn81v6z66ry1sifdvkbnql45m740djc0gv37il7mzv";
|
||||
sha256 = "1xmnnwwlnc7s5zf08rzb4zqd52iysz81y9iqdn7rdqr3c8j7pdv9";
|
||||
|
||||
# modVersion needs to be x.y.z, will automatically add .0 if needed
|
||||
modVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));
|
||||
|
|
Loading…
Reference in a new issue