lowfi: 1.6.0 -> 1.7.2

This commit is contained in:
R. Ryantm
2025-09-25 19:41:09 +00:00
parent 5afaa3672f
commit a5cffdb973
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "lowfi";
version = "1.6.0";
version = "1.7.2";
src = fetchFromGitHub {
owner = "talwat";
repo = "lowfi";
tag = version;
hash = "sha256-t3Lbqrcmh0XSOO+hc4UsWhKi4zToORFQo0A4G32aeOw=";
hash = "sha256-0Oim1nGll76APjjfNCuJgjOlEJxAU6vZteECEFhsWkI=";
};
cargoHash = "sha256-waQcxdVXZZ09wuLWUNL4nRUHF1rIDI8lAfYc/1bxMl0=";
cargoHash = "sha256-vInuM96TJuewhFafDkhOiZiyxwc6SeBsSH8Fs8YIRRs=";
buildFeatures = lib.optionals stdenv.hostPlatform.isLinux [ "mpris" ];