File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212stdenv . mkDerivation ( finalAttrs : {
1313 pname = "odyssey" ;
14- version = "1.3 " ;
14+ version = "1.5.0 " ;
1515
1616 src = fetchFromGitHub {
1717 owner = "yandex" ;
1818 repo = "odyssey" ;
19- rev = finalAttrs . version ;
20- sha256 = "sha256-1ALTKRjpKmmFcAuhmgpcbJBkNuUlTyau8xWDRHh7gf0 =" ;
19+ rev = "v ${ finalAttrs . version } " ;
20+ hash = "sha256-70h8JJH9+2xmgrADz106DNBLGUH0gnvatoeAbD03eKY =" ;
2121 } ;
2222
2323 patches = [
24- # Fix compression build. Remove with the next release. https://github.com/yandex/odyssey/pull/441
2524 ( fetchpatch {
26- url = "https://github.com/yandex/odyssey/commit/01ca5b345c4483add7425785c9c33dfa2c135d63 .patch" ;
27- sha256 = "sha256-8UPkZkiI08ZZL6GShhug/5/kOVrmdqYlsD1bcqfxg/w =" ;
25+ url = "https://github.com/yandex/odyssey/commit/51c0e777aa45157f4f03fbd036113ce6d11ca41f .patch?full_index=1 " ;
26+ hash = "sha256-yytyA2K62v7XwJQ+WJnBGh87AVyeOv0cuzlQ7oYnhFg =" ;
2827 } )
29- # Fixes kiwi build.
30- ./fix-missing-c-header.patch
3128 ] ;
3229
3330 nativeBuildInputs = [ cmake ] ;
You can’t perform that action at this time.
0 commit comments