Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #47823 from r-ryantm/auto-update/elisa
Browse files Browse the repository at this point in the history
elisa: 0.2.80 -> 0.3.0
  • Loading branch information
peterhoeg committed Oct 4, 2018
2 parents 6a995e9 + 989b34d commit 932833f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/elisa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

mkDerivation rec {
name = "elisa-${version}";
version = "0.2.80";
version = "0.3.0";

src = fetchFromGitHub {
owner = "KDE";
repo = "elisa";
rev = "v${version}";
sha256 = "0wc2kkp28gp1rfgg14a769lalwd44yz7jxkrzanh91v5j2kkln07";
sha256 = "0bpkr5rp9nfa2wzm6w3xkhsfgf5dbgxbmhckjh9wkxal3mncpkg4";
};

nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
Expand Down

0 comments on commit 932833f

Please sign in to comment.