gnomeExtensions.impatience: 0.5.1 -> 0.5.2 (#348360)

This commit is contained in:
Aleksana 2024-10-17 17:30:16 +08:00 committed by GitHub
commit 932e8aa98c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-impatience";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "timbertson";
repo = "gnome-shell-impatience";
rev = "refs/tags/version-${version}";
hash = "sha256-yBRnhdCDeA0bL+kkrmnIqyXAlhZzO2Vthc4Dnba80j4=";
hash = "sha256-Z+tpmmGbC1rgV4U1w6qM3g85FwpRvzHbBCmFCfcmc60=";
};
buildInputs = [