budgiePlugins.budgie-user-indicator-redux: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm 2024-03-11 03:38:25 +00:00 committed by Yaya
parent a2c0efbf5e
commit b8c3fb7d6e

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "budgie-user-indicator-redux";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "EbonJaeger";
repo = "budgie-user-indicator-redux";
rev = "v${version}";
hash = "sha256-HGfcNlkIQD9nNzHm97LpNz3smYwDhxu4EArPo6msahI=";
hash = "sha256-X9b4H4PnrYGb/T7Sg9iXQeNDLoO1l0VCdbOCGUAgwC4=";
};
nativeBuildInputs = [