polarity: latest-unstable-2024-12-09 -> latest-unstable-2024-12-20 (#366893)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-20 20:16:47 +00:00
committed by GitHub
2 changed files with 12 additions and 3 deletions
+9
View File
@@ -355,6 +355,14 @@ version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "backend"
version = "0.1.0"
dependencies = [
"ast",
"url",
]
[[package]]
name = "backtrace"
version = "0.3.74"
@@ -752,6 +760,7 @@ name = "docs"
version = "0.1.0"
dependencies = [
"askama",
"askama_escape",
"ast",
"driver",
"opener",
+3 -3
View File
@@ -7,13 +7,13 @@
rustPlatform.buildRustPackage rec {
pname = "polarity";
version = "latest-unstable-2024-12-09";
version = "latest-unstable-2024-12-20";
src = fetchFromGitHub {
owner = "polarity-lang";
repo = "polarity";
rev = "4ac254214e0b8b1cc0a4782ecac751bc41e514a9";
hash = "sha256-vuC40ez45KrB+F4La2SG9XRAhFCaFJQnlRc4kY4Ky0o=";
rev = "e679bff1d40b2d145fdc5206c74e59321a70efd2";
hash = "sha256-KiwK9rBYfOtsEiUF+e62L/j1Yc4KloRLXbXZ+5axiEM=";
};
cargoLock = {