gnomeExtensions.impatience: add gnome 48 support
gnomeExtensions.impatience: update version to unstable Co-authored-by: emaryn <197520219+emaryn@users.noreply.github.com>
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user