Skip to content

Commit

Permalink
Merge pull request #116687 from r-ryantm/auto-update/BShapr
Browse files Browse the repository at this point in the history
bshapr: 0.10 -> 0.12
  • Loading branch information
ryantm committed Apr 13, 2021
2 parents 544283d + 00cf6a0 commit b0ccb3a
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.10";
version = "0.12";

src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = "v${version}";
sha256 = "sha256-oEBsaIcw/Ltxr2CUPGBjwcxOPhNQoYPZDkfQE7QA940=";
sha256 = "sha256-2DySlD5ZTxeQ2U++Dr67bek5oVbAiOHCxM6S5rTTZN0=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit b0ccb3a

Please sign in to comment.