Commit af8e30d5 authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by Masum Reza
Browse files

swaylock: 1.8.1 -> 1.8.2

parent a048244f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
  pname = "swaylock";
  version = "1.8.1";
  version = "1.8.2";

  src = fetchFromGitHub {
    owner = "swaywm";
    repo = "swaylock";
    tag = "v${version}";
    hash = "sha256-bzsgjRyyQudf3odrvJ5wdM49VjUgWxfoaU876A2sYus=";
    hash = "sha256-VZxUyASWyg+UMTTYeuyRIO+++ZKL0nAqjNS6nJ756yk=";
  };

  strictDeps = true;