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

View File

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