3
0
Fork 0
forked from mirrors/nixpkgs

bsequencer: 1.8.8 -> 1.8.10

This commit is contained in:
R. RyanTM 2021-09-14 03:03:42 +00:00
parent ea59da44e8
commit b6fc3dff4d

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bsequencer";
version = "1.8.8";
version = "1.8.10";
src = fetchFromGitHub {
owner = "sjaehn";
repo = "BSEQuencer";
rev = version;
sha256 = "sha256-OArIMf0XP9CKDdb3H4s8jMzVRjoLFQDPmTS9rS2KW3w=";
sha256 = "sha256-1PSICm5mw37nO3gkHA9MNUH+CFULeOZURjimYEA/dXA=";
};
nativeBuildInputs = [ pkg-config ];