Merge pull request #218368 from vs49688/cyanrip

This commit is contained in:
Sandro 2023-05-11 16:23:23 +02:00 committed by GitHub
commit 58b1a946a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
}:
stdenv.mkDerivation rec {
pname = "cyanrip";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "cyanreg";
repo = pname;
rev = "v${version}";
sha256 = "17bi2xhjv3f3i870whkyqckvjlg32wqkspash87zi0jw7m7jm229";
sha256 = "sha256-gH/rWTRYX10Q2Y9oSaMu0bOy3SMbcSNmH3dkXHFAw90";
};
nativeBuildInputs = [ meson ninja pkg-config ];