Skip to content

Commit

Permalink
qtscrcpy: 3.0.0 -> 3.0.1 (NixOS#363525)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daru-san authored Dec 10, 2024
1 parent bf02ddb commit 7243daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/qt/qtscrcpy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

stdenv.mkDerivation rec {
pname = "qtscrcpy";
version = "3.0.0";
version = "3.0.1";

src =
(fetchFromGitHub {
owner = "barry-ran";
repo = "QtScrcpy";
rev = "refs/tags/v${version}";
hash = "sha256-RW+7aHcxFEO4H9SVKfAfuwY0IXwThxM29oVS5zhWbpY=";
tag = "v${version}";
hash = "sha256-uAWVPmULT2aK+XVZ8eAjCbP8TgDlBDTEvKs25yZktCI=";
fetchSubmodules = true;
}).overrideAttrs
(_: {
Expand Down

0 comments on commit 7243daf

Please sign in to comment.