Commit 5104716e authored by R. RyanTM's avatar R. RyanTM
Browse files

swaylock-plugin: 1.8.4 -> 1.8.5

parent e1ce03f3
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.4";
  version = "1.8.5";
  src = fetchFromGitHub {
    owner = "mstoeckl";
    repo = "swaylock-plugin";
    rev = "v${finalAttrs.version}";
    hash = "sha256-UoBLEO7KaYihN/Suw9LjMXeV5sKxCULlJFynvuwwplM=";
    hash = "sha256-CdxOOfKqPm/rWuZjaLOGcFaJpvdjT7GIhx24etPHH5I=";
  };

  strictDeps = true;