Merge pull request #223272 from Leixb/yuview-2.13

yuview: 2.12.1 -> 2.13
This commit is contained in:
Guillaume Girol 2023-04-09 17:07:26 +00:00 committed by GitHub
commit be76fdd339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "yuview";
version = "2.12.1";
version = "2.13";
src = fetchFromGitHub {
owner = "IENT";
repo = "YUView";
rev = "v${version}";
sha256 = "sha256-BQnlq6TBxGbwqn6lAZGBo4+2HeXdFYL33LKqKSXMvdY=";
rev = "v.${version}";
sha256 = "sha256-2mNIuyY/ni+zkUc8V/iXUEa7JeBJyOnNod7friMYAm8=";
};
nativeBuildInputs = [ qmake wrapQtAppsHook ];