polarity: latest-unstable-2025-02-13 -> latest-unstable-2025-02-28 (#386627)

Co-authored-by: MangoIV <MangoIV@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-03 09:00:56 +00:00
committed by GitHub
co-authored by MangoIV
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -950,7 +950,9 @@ dependencies = [
"comrak",
"driver",
"opener",
"pretty",
"printer",
"url",
]
[[package]]
@@ -2634,6 +2636,7 @@ version = "0.1.0"
dependencies = [
"askama_escape",
"pretty",
"url",
]
[[package]]
+3 -3
View File
@@ -7,13 +7,13 @@
rustPlatform.buildRustPackage rec {
pname = "polarity";
version = "latest-unstable-2025-02-13";
version = "latest-unstable-2025-02-28";
src = fetchFromGitHub {
owner = "polarity-lang";
repo = "polarity";
rev = "48d38742310d320fcf02e585db711ac4f80af742";
hash = "sha256-GFMgathIgEG7/4Vo+JWczvUpK7RBzyrnPKj12OW80Mc=";
rev = "627a0d0ebfca2a586279e284921e05313514d374";
hash = "sha256-Q/lx4/cFpttbGRvyPnMC6YBHn/7kyKZAP5Y2mtBeGQ8=";
};
cargoLock = {