gnomeExtensions.impatience: 0.5.0 -> 0.5.1

Diff: https://github.com/timbertson/gnome-shell-impatience/compare/refs/tags/version-0.5.0...version-0.5.1
This commit is contained in:
Harsh Shandilya 2024-04-10 16:49:07 +05:30 committed by Maxine Aubrey
parent 5ef8f585c4
commit 8c60d2f75c

View File

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