gnomeExtensions.impatience: add gnome 48 support

gnomeExtensions.impatience: update version to unstable

Co-authored-by: emaryn <197520219+emaryn@users.noreply.github.com>
(cherry picked from commit 9add0a14ed)
This commit is contained in:
blahbaka
2025-06-11 17:23:39 -05:00
committed by github-actions[bot]
parent c8e8f9d9e7
commit 414256e947

View File

@@ -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 = [