Unverified Commit 1da6596c authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

Merge pull request #202495 from rnhmjoj/pr-sb

antimony: 2020-03-28 -> 2022-11-23
parents bd883b38 6c534a48
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,19 +5,19 @@
}:

let
  gitRev    = "8fb4b0929ce84cf375bfb83a9d522ccd80681eaf";
  gitRev    = "8b805c674adad536f9dd552b4be75fadcb3c7db6";
  gitBranch = "develop";
  gitTag    = "0.9.3";
in
  stdenv.mkDerivation {
    pname = "antimony";
    version = "2020-03-28";
    version = "2022-11-23";

    src = fetchFromGitHub {
      owner  = "mkeeter";
      repo   = "antimony";
      rev    = gitRev;
      sha256 = "1s0zmq5jmhmb1wcsyaxfmii448g6x8b41mzvb1awlljj85qj0k2s";
      sha256 = "NmOuBewfHqtAim2cNP62LXgRjVWuVUGweV46sY1qjGk=";
    };

    patches = [ ./paths-fix.patch ];
+1 −1
Original line number Diff line number Diff line
@@ -27329,7 +27329,7 @@ with pkgs;
  antfs-cli = callPackage ../applications/misc/antfs-cli {};
  antimony = libsForQt514.callPackage ../applications/graphics/antimony {};
  antimony = libsForQt5.callPackage ../applications/graphics/antimony {};
  antiword = callPackage ../applications/office/antiword {};