Skip to content

Commit

Permalink
urh: 2.8.9 -> 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 25, 2020
1 parent 28ee64c commit 6849c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/radio/urh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

python3Packages.buildPythonApplication rec {
pname = "urh";
version = "2.8.9";
version = "2.9.0";

src = fetchFromGitHub {
owner = "jopohl";
repo = pname;
rev = "v${version}";
sha256 = "0axzqyljbmpc4c9bnqmdrrz5la5r9qynp49fig645xyxs87vq6b0";
sha256 = "1pcyj1vzv51j8rgi0hh9chw3vfkfi03bg1rg7gs4nk95ffmwx4pd";
};

nativeBuildInputs = [ qt5.wrapQtAppsHook ];
Expand Down

0 comments on commit 6849c4a

Please sign in to comment.