Skip to content

Commit

Permalink
abcm2ps: 8.14.10 -> 8.14.11
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2020
1 parent c2effbb commit 9231ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/audio/abcm2ps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "abcm2ps";
version = "8.14.10";
version = "8.14.11";

src = fetchFromGitHub {
owner = "leesavide";
repo = "abcm2ps";
rev = "v${version}";
sha256 = "0x20vmf94n9s4r2q45543yi39fkc0jg9wd1imihjcqmb2sz3x3vm";
sha256 = "0lzzr2nkfg27gljcrdxkmli1wp08vap3vgxq1zgkv7f43rbm0qnw";
};

configureFlags = [
Expand Down

0 comments on commit 9231ea9

Please sign in to comment.