polarity: latest-unstable-2025-05-19 -> latest-unstable-2025-06-06 (#414930)

Co-authored-by: MangoIV <MangoIV@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-10 08:56:50 +00:00 committed by GitHub
commit 59fc7b8fc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
rustPlatform.buildRustPackage rec {
pname = "polarity";
version = "latest-unstable-2025-05-19";
version = "latest-unstable-2025-06-06";
src = fetchFromGitHub {
owner = "polarity-lang";
repo = "polarity";
rev = "b715e6529210242d79f304d34170eba8473174b2";
hash = "sha256-/yq6fqjkZoEw4MhsOWlRdQciA/Wqds9TgCczcVQV8Rw=";
rev = "421e73a38f57d0453d821332d4e25aa53476254d";
hash = "sha256-eugXy+BhjshhALT8ZLhA8OvtqCM8wmiuG1yuNWsAGyo=";
};
useFetchCargoVendor = true;