Commit f620fad2 authored by Austin Horstman's avatar Austin Horstman Committed by Masum Reza
Browse files

hyprcursor: 0.1.11 -> 0.1.12

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

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

  nativeBuildInputs = [