xeve: 0.4.3 -> 0.5.0

This commit is contained in:
R. Ryantm 2024-04-23 10:26:21 +00:00
parent 72bc2ea5d1
commit 4a43776f82
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xeve";
version = "0.4.3";
version = "0.5.0";
src = fetchFromGitHub {
owner = "mpeg5";
repo = "xeve";
rev = "v${finalAttrs.version}";
hash = "sha256-8YueEx2oIh24jV38bzpDlCVHNZB7HDOXeP5MANM8zBc=";
hash = "sha256-8jXntm/yFme9ZPImdW54jAr11hEsU1K+N5/7RLmITPs=";
};
postPatch = ''