lowfi: 1.5.6 -> 1.6.0

This commit is contained in:
R. Ryantm
2025-03-31 19:29:29 +00:00
parent 4a8e787879
commit 7551ca4abd
+3 -3
View File
@@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "lowfi";
version = "1.5.6";
version = "1.6.0";
src = fetchFromGitHub {
owner = "talwat";
repo = "lowfi";
tag = version;
hash = "sha256-lR22UN9LiuJknq2KTNOXcybXwi2KvLRe0KHocFWL0GM=";
hash = "sha256-t3Lbqrcmh0XSOO+hc4UsWhKi4zToORFQo0A4G32aeOw=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-xMksujaZgOPJsBiv6//4zeiUcWEV2Pc7daBaPUh3cYc=";
cargoHash = "sha256-waQcxdVXZZ09wuLWUNL4nRUHF1rIDI8lAfYc/1bxMl0=";
buildFeatures = [ "mpris" ];