swayosd: 0.2.0 -> 0.2.1

This commit is contained in:
Leon Schwarzäugl 2025-07-09 16:58:38 +02:00
parent 801d662f23
commit ec951dd452
No known key found for this signature in database
GPG Key ID: 26A54C31F2A4FD84

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 = [