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

hyprgraphics: 0.1.4 -> 0.1.5

parent 9ddf41a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "hyprgraphics";
  version = "0.1.4";
  version = "0.1.5";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprgraphics";
    tag = "v${finalAttrs.version}";
    hash = "sha256-8u6b5oAdX0rCuoR8wFenajBRmI+mzbpNig6hSCuWUzE=";
    hash = "sha256-gbh1HL98Fdqu0jJIWN4OJQN7Kkth7+rbkFpSZLm/62A=";
  };

  nativeBuildInputs = [