gnome-shell-extension-impatience: unstable-2019-09-23 -> unstable-2022-03-26
This commit is contained in:
parent
aef7211644
commit
b26d2b7998
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-impatience";
|
pname = "gnome-shell-extension-impatience";
|
||||||
version = "unstable-2019-09-23";
|
version = "unstable-2022-03-26";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "timbertson";
|
owner = "timbertson";
|
||||||
repo = "gnome-shell-impatience";
|
repo = "gnome-shell-impatience";
|
||||||
rev = "43e4e0a1e0eeb334a2da5224ce3ab4fdddf4f1b2";
|
rev = "cf7c0bb8776af9a16e4ae114df0cc65869fb669d";
|
||||||
sha256 = "0kvdhlz41fjyqdgcfw6mrr9nali6wg2qwji3dvykzfi0aypljzpx";
|
sha256 = "sha256-z/pZxSEFELtg7kueS2i6gN1+VbN0m4mxc34pOCMak5g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue