Merge pull request #306252 from r-ryantm/auto-update/xeve

xeve: 0.4.3 -> 0.5.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-04-24 17:36:35 +00:00 committed by GitHub
commit 15639ed016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''