Unverified Commit 8884a115 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

hyprlax: 2.2.0 -> 2.2.1 (#490100)

parents d4b8996a 12a435f5
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.0";
  version = "2.2.1";

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

  nativeBuildInputs = [