Unverified Commit 7965a350 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

ayatana-ido: 0.10.3 -> 0.10.4 (#349133)

parent 53d78647
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "ayatana-ido";
  version = "0.10.3";
  version = "0.10.4";

  src = fetchFromGitHub {
    owner = "AyatanaIndicators";
    repo = pname;
    rev = version;
    sha256 = "sha256-WEPW9BstDv2k/5dTEDQza3eOQ9bd6CEVvmd817sEPAs=";
    sha256 = "sha256-KeErrT2umMaIVfLDr4CcQCmFrMb8/h6pNYbunuC/JtI=";
  };

  nativeBuildInputs = [