watershot: 0.2.0 -> 0.2.2 (#364678)

authored by Nick Cao and committed by GitHub 86089855 d2eddbf7

+3 -3
+3 -3
pkgs/by-name/wa/watershot/package.nix
··· 11 }: 12 rustPlatform.buildRustPackage rec { 13 pname = "watershot"; 14 - version = "0.2.0"; 15 16 src = fetchFromGitHub { 17 owner = "Kirottu"; 18 repo = "watershot"; 19 rev = "v${version}"; 20 - hash = "sha256-QX6BxK26kcrg0yKJA7M+Qlr3WwLaykBquI6UK8wVtX4="; 21 }; 22 23 - cargoHash = "sha256-481E5/mUeeoaZ0N//tRWCyV8/sRRP6VdB06gB1whgzU="; 24 25 nativeBuildInputs = [ 26 pkg-config
··· 11 }: 12 rustPlatform.buildRustPackage rec { 13 pname = "watershot"; 14 + version = "0.2.2"; 15 16 src = fetchFromGitHub { 17 owner = "Kirottu"; 18 repo = "watershot"; 19 rev = "v${version}"; 20 + hash = "sha256-l9CPSB8TCw901ugl5FLVZDkp2rLha0yXMewK7LxXIiE="; 21 }; 22 23 + cargoHash = "sha256-SEv4DoTZxGAzGe++q9GjRuyp3D+k4BkVzpKkZpqoCFw="; 24 25 nativeBuildInputs = [ 26 pkg-config