Merge pull request #116044 from r-ryantm/auto-update/projectm

projectm: 3.1.11 -> 3.1.12
This commit is contained in:
Lassulus 2021-03-15 22:25:18 +01:00 committed by GitHub
commit f93ec2e508
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
mkDerivation rec {
pname = "projectm";
version = "3.1.11";
version = "3.1.12";
src = fetchFromGitHub {
owner = "projectM-visualizer";
repo = "projectM";
rev = "v${version}";
sha256 = "sha256-0aIaT+pzwPjI1nSo6C5SrHBXcrxIpSi6TFV2mgK5GvU=";
sha256 = "sha256-oEfOx93JyR94II5NkUCvMwqxuV7ktpOHZ8PNMLCiqDw=";
};
nativeBuildInputs = [