mediawriter: 5.2.9 -> 5.3.0 (#505805)

This commit is contained in:
Fabian Affolter
2026-04-03 11:29:59 +00:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mediawriter";
version = "5.2.9";
version = "5.3.0";
src = fetchFromGitHub {
owner = "FedoraQt";
repo = "MediaWriter";
tag = finalAttrs.version;
hash = "sha256-tZ0GzaEzhklD/FJocnRmet+dvBwZoNYVhJfF1NY6puE=";
hash = "sha256-oicnUxyo+5nuDh7A3oL9Pgrm69Lv7CWeNaJdMfuESu8=";
};
nativeBuildInputs = [