watershot: 0.2.0 -> 0.2.2 (#364678)

This commit is contained in:
Nick Cao 2024-12-13 09:02:25 -05:00 committed by GitHub
commit 8608985597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,16 +11,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "watershot";
version = "0.2.0";
version = "0.2.2";
src = fetchFromGitHub {
owner = "Kirottu";
repo = "watershot";
rev = "v${version}";
hash = "sha256-QX6BxK26kcrg0yKJA7M+Qlr3WwLaykBquI6UK8wVtX4=";
hash = "sha256-l9CPSB8TCw901ugl5FLVZDkp2rLha0yXMewK7LxXIiE=";
};
cargoHash = "sha256-481E5/mUeeoaZ0N//tRWCyV8/sRRP6VdB06gB1whgzU=";
cargoHash = "sha256-SEv4DoTZxGAzGe++q9GjRuyp3D+k4BkVzpKkZpqoCFw=";
nativeBuildInputs = [
pkg-config