Merge pull request #112860 from r-ryantm/auto-update/BSEQuencer

bsequencer: 1.8.4 -> 1.8.6
This commit is contained in:
Lassulus 2021-03-07 16:58:58 +01:00 committed by GitHub
commit 6c120dfa9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "BSEQuencer";
version = "1.8.4";
version = "1.8.6";
src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = version;
sha256 = "0hagnn104ybzdp13r95idw20fhmzif8p3kmiypnr20m6c64rdd29";
sha256 = "sha256-PZ2Ft7y2mbb5Wpa7mWPys2BVpcQC3WE5rKu2sRqkf8w=";
};
nativeBuildInputs = [ pkg-config ];