polarity: latest-unstable-2025-10-30 -> latest-unstable-2025-11-06 (#459398)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-07 12:42:21 +00:00
committed by GitHub
+4 -4
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "polarity";
version = "latest-unstable-2025-10-30";
version = "latest-unstable-2025-11-06";
src = fetchFromGitHub {
owner = "polarity-lang";
repo = "polarity";
rev = "309532f08f8bac21b52708ccce0cedad42f0ab39";
hash = "sha256-s/sDx9SWrsbNuidfDNQyXeJflvwvwwMH4IEiSQ6Fh24=";
rev = "52211970b601db2e449ea6bc0a2e785d39c489c0";
hash = "sha256-jDhkBrLbk9B9xeEZ4A7jp6at/Hp4q2A/egoFgY2xK8I=";
};
cargoHash = "sha256-DyqK5cxdsZWMr79clw8oRHTAAlzGzP8i4Vu/UXH/ptE=";
cargoHash = "sha256-cH+cgYIUPQTHgGCZmP562VzCxz+i6LkymHtnHJXnd+A=";
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };