Commit 9add0a14 authored by blahbaka's avatar blahbaka
Browse files

gnomeExtensions.impatience: add gnome 48 support



gnomeExtensions.impatience: update version to unstable

Co-authored-by: default avataremaryn <197520219+emaryn@users.noreply.github.com>
parent 7c55baab
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,15 +5,15 @@
  glib,
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation {
  pname = "gnome-shell-extension-impatience";
  version = "0.5.2";
  version = "0.5.2-unstable-2025-02-24";

  src = fetchFromGitHub {
    owner = "timbertson";
    repo = "gnome-shell-impatience";
    tag = "version-${version}";
    hash = "sha256-Z+tpmmGbC1rgV4U1w6qM3g85FwpRvzHbBCmFCfcmc60=";
    rev = "527295a35b352596fed1fc07799f1e0792a77040"; # shows gnome 48 support
    hash = "sha256-9xfZcKJpBttSP2IbGtjo4UxFEnADgQjyV3vx0jSg8nI=";
  };

  buildInputs = [