Commit ec5d6368 authored by R. RyanTM's avatar R. RyanTM Committed by Masum Reza
Browse files

hyprcursor: 0.1.12 -> 0.1.13

parent df57fbc0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "hyprcursor";
  version = "0.1.12";
  version = "0.1.13";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprcursor";
    tag = "v${finalAttrs.version}";
    hash = "sha256-IvneQb4YFlEXWjXaKeA0y6lL7Z6JqTAvSAlcMDWnjK4=";
    hash = "sha256-lIqabfBY7z/OANxHoPeIrDJrFyYy9jAM4GQLzZ2feCM=";
  };

  nativeBuildInputs = [