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

hyprlax: 2.2.1 -> 2.2.2

parent b6929734
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "hyprlax";
  version = "2.2.1";
  version = "2.2.2";

  src = fetchFromGitHub {
    owner = "sandwichfarm";
    repo = "hyprlax";
    tag = "v${finalAttrs.version}";
    hash = "sha256-VlSJ5pM2h6+dqU4N0zAvm55pZNbKCyqAWxz6i5gf5KE=";
    hash = "sha256-nBJkVBaeT2GIGWVYGEWRCQ14UznplKE2zm+4HyEfq3M=";
  };

  nativeBuildInputs = [