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

swayimg: 2.0 -> 2.1
This commit is contained in:
Weijia Wang
2024-03-07 11:00:19 +01:00
committed by GitHub
+2 -2
View File
@@ -26,13 +26,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "swayimg";
version = "2.0";
version = "2.1";
src = fetchFromGitHub {
owner = "artemsen";
repo = "swayimg";
rev = "v${finalAttrs.version}";
hash = "sha256-JL48l7hwx+apQY7GJ6soaPXoOmxXk6iqrUxRy9hT5YI=";
hash = "sha256-+ntunT1FbgGcxpKGTcs7G7FYmoAobu/p/8ATIoBzfKE=";
};
strictDeps = true;