antimony: 2022-11-23 -> 0.9.3-unstable-2025-10-12

This commit is contained in:
Rafael Ieda
2025-11-03 15:48:41 -03:00
parent 7266b8381c
commit 1baa12bcda

View File

@@ -16,19 +16,19 @@
}: }:
let let
gitRev = "8b805c674adad536f9dd552b4be75fadcb3c7db6"; gitRev = "b4b000937376a0ecf7ca1a2e708fb243624e7bdd";
gitBranch = "develop"; gitBranch = "develop";
gitTag = "0.9.3"; gitTag = "0.9.3";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "antimony"; pname = "antimony";
version = "2022-11-23"; version = "0.9.3-unstable-2025-10-12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mkeeter"; owner = "mkeeter";
repo = "antimony"; repo = "antimony";
rev = gitRev; rev = gitRev;
sha256 = "NmOuBewfHqtAim2cNP62LXgRjVWuVUGweV46sY1qjGk="; hash = "sha256-O+nzL9XMCbtQiJx4xRs9w8a7uVqroZgxGnY0cydeqmw=";
}; };
patches = [ ./paths-fix.patch ]; patches = [ ./paths-fix.patch ];