Merge pull request #103245 from r-ryantm/auto-update/qview

qview: 3.0 -> 4.0
This commit is contained in:
Ryan Mulligan 2020-11-09 21:17:17 -08:00 committed by GitHub
commit 143c4f581d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "qview";
version = "3.0";
version = "4.0";
src = fetchFromGitHub {
owner = "jurplel";
repo = "qView";
rev = version;
sha256 = "15a91bs3wcqhgf76wzigbn10hayg628j84pq4j2vaxar94ak0vk7";
sha256 = "15n9cq7w3ckinnx38hvncxrbkv4qm4k51sal41q4y0pkvhmafhnr";
};
nativeBuildInputs = [ qmake ];