lol

Merge pull request #261039 from r-ryantm/auto-update/libayatana-indicator

authored by

Artturi and committed by
GitHub
7764d1cb e89936d3

+2 -2
+2 -2
pkgs/development/libraries/libayatana-indicator/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "libayatana-indicator"; 9 - version = "0.9.3"; 9 + version = "0.9.4"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "AyatanaIndicators"; 13 13 repo = "libayatana-indicator"; 14 14 rev = version; 15 - sha256 = "sha256-tOZcrcuZowqDg/LRYTY6PCxKnpEd67k4xAHrIKupunI="; 15 + sha256 = "sha256-OsguZ+jl274uPSCTFHq/ZwUE3yHR7MlUPHCpfmn1F7A="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ pkg-config cmake ];