swaykbdd: 1.1 -> 1.2

This commit is contained in:
R. Ryantm 2023-10-20 01:17:34 +00:00 committed by Matthieu Coudron
parent 9b73bd40ce
commit 663260a0d2

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "swaykbdd";
version = "1.1";
version = "1.2";
src = fetchFromGitHub {
owner = "artemsen";
repo = "swaykbdd";
rev = "v${version}";
sha256 = "sha256-umYPVkkYeu6TyVkjDsVBsRZLYh8WyseCPdih85kTz6A=";
sha256 = "sha256-QHNUIFJb5XYjUC07NQo96oD57nU8jd8sUW32iJSW+SU=";
};
strictDeps = true;