Merge pull request #253495 from fabaff/mediawriter-bump

mediawriter: 5.0.6 -> 5.0.7
This commit is contained in:
Fabian Affolter 2023-09-07 08:26:38 +02:00 committed by GitHub
commit c1428e81f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "mediawriter";
version = "5.0.6";
version = "5.0.7";
src = fetchFromGitHub {
owner = "FedoraQt";
repo = "MediaWriter";
rev = "refs/tags/${version}";
hash = "sha256-M8tnFwpM94xrcgw87yRG2kUZ2y5C0M4ptPokK+2B+xk=";
hash = "sha256-dznvldk2FGCQGnVbo9tv+gH1cqRvoRqm/e+0MUVcI9I=";
};
nativeBuildInputs = [