Skip to content

Commit

Permalink
bshapr: 0.9 -> 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 12, 2021
1 parent 9704f74 commit 1287374
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.9";
version = "0.10";

src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = "v${version}";
sha256 = "04zd3a178i2nivg5rjailzqvc5mlnilmhj1ziygmbhshbrywplri";
sha256 = "sha256-oEBsaIcw/Ltxr2CUPGBjwcxOPhNQoYPZDkfQE7QA940=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 1287374

Please sign in to comment.