Unverified Commit cb68e859 authored by John Titor's avatar John Titor
Browse files

hyprsunset: 0-unstable-2024-10-08 -> 0.1.0

parent 30454fb0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@
  wayland,
  wayland-protocols,
  wayland-scanner,
  unstableGitUpdater,
  nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "hyprsunset";
  version = "0-unstable-2024-10-08";
  version = "0.1.0";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprsunset";
    rev = "f535c1894d71d7639d19b52f5b72e1ac840c2512";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-SVkcePzX9PAlWsPSGBaxiNFCouiQmGOezhMo0+zhDIQ=";
  };

@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  passthru = {
    updateScript = unstableGitUpdater { };
    updateScript = nix-update-script { };
  };

  meta = {