swayimg: 4.1 -> 4.2 (#415418)
Co-authored-by: Gliczy <Gliczy@users.noreply.github.com>
This commit is contained in:
commit
cdc68935eb
@ -31,13 +31,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "swayimg";
|
||||
version = "4.1";
|
||||
version = "4.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "artemsen";
|
||||
repo = "swayimg";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-xwhEt+FhHPgfXJL1zTPsMD8ia5s+rr/eIJLlAlG8QzY=";
|
||||
hash = "sha256-/SKzdUjCcpwKRCFiFDFuRhLq0S1Z2kK+mpTOeG/JXc0=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user