Commit e69dc31f authored by John Titor's avatar John Titor Committed by Masum Reza
Browse files

hyprsunset: 0.1.0 -> 0.2.0

parent d3eb7749
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "hyprsunset";
  version = "0.1.0";
  version = "0.2.0";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprsunset";
    tag = "v${finalAttrs.version}";
    hash = "sha256-SVkcePzX9PAlWsPSGBaxiNFCouiQmGOezhMo0+zhDIQ=";
    hash = "sha256-EIJka3UtSEtmkDBjYiGeR/hO6s6R4x3K+rbUlc9KPBE=";
  };

  postPatch = ''