Merge pull request #143342 from r-ryantm/auto-update/trackballs

trackballs: 1.3.2 -> 1.3.3
This commit is contained in:
Bobby Rong 2021-10-29 14:46:51 +08:00 committed by GitHub
commit 5961a053f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "trackballs";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "trackballs";
repo = pname;
rev = "v${version}";
sha256 = "G+KfQgqk+iI+Beb/ZRul2ArCBcvwYQ/ftEWzdrtwb18=";
sha256 = "sha256-fCoQqGXwcpcq/gl67XXY5/wEvCM0ZZTV8LhjC+tnRuo=";
};
nativeBuildInputs = [ cmake ];