rescrobbled: 0.7.2 -> 0.8.0

This commit is contained in:
R. Ryantm
2025-06-12 19:35:55 +00:00
parent cf7c43aaa4
commit 73e72ea6c3
+3 -3
View File
@@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "rescrobbled";
version = "0.7.2";
version = "0.8.0";
src = fetchFromGitHub {
owner = "InputUsername";
repo = "rescrobbled";
rev = "v${version}";
hash = "sha256-HWv0r0eqzY4q+Q604ZIkdhnjmCGX+L6HHXa6iCtH2KE=";
hash = "sha256-+5BkM4L2eB54idZ6X2ESw6ERMhG5CM4AF4BMEJm3xLU=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-zZqDbXIXuNX914EmeSv3hZFnpjYzYdYZk7av3W60YuM=";
cargoHash = "sha256-ZawdZdP87X7xMdSdZ1VJDJxz7dBGVYo+8jR8qb2Jgq8=";
nativeBuildInputs = [ pkg-config ];