Commit 5e1fb5ed authored by R. RyanTM's avatar R. RyanTM
Browse files

swaylock-plugin: 1.8.5 -> 1.8.6

parent a07d4ce6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,12 +23,12 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "swaylock-plugin";
  version = "1.8.5";
  version = "1.8.6";
  src = fetchFromGitHub {
    owner = "mstoeckl";
    repo = "swaylock-plugin";
    rev = "v${finalAttrs.version}";
    hash = "sha256-CdxOOfKqPm/rWuZjaLOGcFaJpvdjT7GIhx24etPHH5I=";
    hash = "sha256-JSFxWpSUt6ekX/owk9I6CdGBTF6F1pOTtFAls7kZrsc=";
  };

  strictDeps = true;