libratbag: 0.17 -> 0.18

This commit is contained in:
Gliczy 2024-10-01 23:18:09 +02:00
parent 20e8995972
commit 0c38fa2802

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "libratbag";
version = "0.17";
version = "0.18";
src = fetchFromGitHub {
owner = "libratbag";
repo = "libratbag";
rev = "v${version}";
sha256 = "sha256-TQ8DVj4yqq3IA0oGnLDz+QNTyNRmGqspEjkPeBmXNew=";
sha256 = "sha256-dAWKDF5hegvKhUZ4JW2J/P9uSs4xNrZLNinhAff6NSc=";
};
nativeBuildInputs = [