Merge pull request #329587 from r-ryantm/auto-update/libks

libks: 2.0.5 -> 2.0.6
This commit is contained in:
Nick Cao 2024-07-24 18:57:49 -04:00 committed by GitHub
commit a9035c3d37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libks"; pname = "libks";
version = "2.0.5"; version = "2.0.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "signalwire"; owner = "signalwire";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-cSBtNOJfau+7wQ5iUs4hnqSMoo8XYN9opwPfox2ke+E="; sha256 = "sha256-zKL+ukAdKiCC4wh55hnZpebFraIdKWDFsRfhVzhUNj0=";
}; };
patches = [ patches = [