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

hyprlauncher: 0.1.5 -> 0.1.6 (#513549)

parents 66867789 13c8247d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

gcc15Stdenv.mkDerivation (finalAttrs: {
  pname = "hyprlauncher";
  version = "0.1.5";
  version = "0.1.6";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprlauncher";
    tag = "v${finalAttrs.version}";
    hash = "sha256-nu3pMtkMwKsEhpBE4XMpayXDGdnrXVXrscSsxp7qf1I=";
    hash = "sha256-FHw6S2rz716ZwuF661aT5HYN1b6qyyBDkwhEL5hzHUk=";
  };

  nativeBuildInputs = [