swayosd: 0.2.0 -> 0.2.1 (#423879)

This commit is contained in:
Aleksana 2025-07-10 23:15:45 +08:00 committed by GitHub
commit a7cc48bdf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,18 +22,18 @@
}:
stdenv.mkDerivation rec {
pname = "swayosd";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "ErikReider";
repo = "SwayOSD";
rev = "v${version}";
hash = "sha256-V3V18BoBRJU8mtvwWXvdYPbKBDIHdu5LzVSkDkGJjFU=";
hash = "sha256-O9A7+QvvhmH3LFLv8vufVCgNQJqKc3LJitCUHYaGHyE=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-b5Ei6k9p/KiyiSSl5zxDXrTgGAq24O5ll0BvyJ/41F8=";
hash = "sha256-J2sl6/4+bRWlkvaTJtFsMqvvOxYtWLRjJcYWcu0loRE=";
};
nativeBuildInputs = [