swayimg: 2.1 -> 2.2

This commit is contained in:
R. Ryantm 2024-04-06 14:47:09 +00:00
parent f6eb921406
commit d160d9a6a1
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "swayimg";
version = "2.1";
version = "2.2";
src = fetchFromGitHub {
owner = "artemsen";
repo = "swayimg";
rev = "v${finalAttrs.version}";
hash = "sha256-+ntunT1FbgGcxpKGTcs7G7FYmoAobu/p/8ATIoBzfKE=";
hash = "sha256-CTl1hlRE4MnA6WdQaR4VG5G/wop/9xK7thRiCY7teYU=";
};
strictDeps = true;