[Backport release-25.05] gnomeExtensions.impatience: add gnome 48 support (#416471)

This commit is contained in:
Aleksana
2025-06-13 23:15:18 +08:00
committed by GitHub

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