swayimg: 2.0 -> 2.1

This commit is contained in:
R. Ryantm 2024-02-03 07:52:05 +00:00
parent 8f2659f142
commit 3a9f95f5bc

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;