Unverified Commit 02384565 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

swayimg: 4.0 -> 4.1 (#413048)

parents e3a51faf fa15f5c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "swayimg";
  version = "4.0";
  version = "4.1";

  src = fetchFromGitHub {
    owner = "artemsen";
    repo = "swayimg";
    tag = "v${finalAttrs.version}";
    hash = "sha256-2UmaU60+5NNj2CVJt4oJXyBPjVeA0zBfEqZOOSI2vvk=";
    hash = "sha256-xwhEt+FhHPgfXJL1zTPsMD8ia5s+rr/eIJLlAlG8QzY=";
  };

  strictDeps = true;