Merge pull request #302122 from r-ryantm/auto-update/swayimg

swayimg: 2.1 -> 2.2
This commit is contained in:
Peder Bergebakken Sundt 2024-04-12 20:45:12 +02:00 committed by GitHub
commit 016dee6185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;