Merge pull request #137701 from r-ryantm/auto-update/swappy

swappy: 1.3.1 -> 1.4.0
This commit is contained in:
Ryan Mulligan 2021-09-14 09:26:49 -07:00 committed by GitHub
commit e087c2b092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "swappy";
version = "1.3.1";
version = "1.4.0";
src = fetchFromGitHub {
owner = "jtheoof";
repo = pname;
rev = "v${version}";
sha256 = "12z643c7vzffhjsxaz1lak99i4nwm688pha0hh4pg69jf5wz5xx3";
sha256 = "sha256-sINX7pJ0msis7diGFTCgD4Mamd3yGGJew1uD8de4VOg=";
};
nativeBuildInputs = [ glib meson ninja pkg-config scdoc wrapGAppsHook ];