polarity: latest-unstable-2025-05-19 -> latest-unstable-2025-06-06

This commit is contained in:
R. Ryantm
2025-06-08 06:48:12 +00:00
parent 73557c22ec
commit a8197e35fb
+3 -3
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;