Unverified Commit bb997e6a authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

hyprlock: 0.9.3 -> 0.9.4 (#510941)

parents 185ff32f 27199b9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

gcc15Stdenv.mkDerivation (finalAttrs: {
  pname = "hyprlock";
  version = "0.9.3";
  version = "0.9.4";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprlock";
    rev = "v${finalAttrs.version}";
    hash = "sha256-qxR0w0wC6Bv96C/Kzx3mL1bUS8ejwhIm7eVVR9AA88c=";
    hash = "sha256-/r7jqBLcm3NSkqVYk8AE8b/qWKo8AKgzX3y2yLZeGvg=";
  };

  nativeBuildInputs = [