Skip to content

Commit a21e75f

Browse files
Merge 27b187f into bd4c47d
2 parents bd4c47d + 27b187f commit a21e75f

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

pkgs/by-name/od/odyssey/package.nix

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,20 @@
1111

1212
stdenv.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 ];

0 commit comments

Comments
 (0)