Commit 8c60d2f7 authored by Harsh Shandilya's avatar Harsh Shandilya Committed by Maxine Aubrey
Browse files
parent 5ef8f585
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [