Skip to content

Commit

Permalink
Merge pull request #75198 from r-ryantm/auto-update/BShapr
Browse files Browse the repository at this point in the history
bshapr: 0.4 -> 0.6
  • Loading branch information
ryantm committed Dec 11, 2019
2 parents cb208b7 + 916968c commit 165dca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/bshapr/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "BShapr";
version = "0.4";
version = "0.6";

src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = "v${version}";
sha256 = "02b4wdfhr9y7z2k6ls086gv3vz4sjf7b1k8ryh573bzd8nr4896v";
sha256 = "0mi8f0svq1h9cmmxyskcazr5x2q4dls3j9jc6ahi5rlk7i0bpa74";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 165dca7

Please sign in to comment.