Skip to content

Commit

Permalink
Merge pull request #21 from epics-extensions/new-seq-home
Browse files Browse the repository at this point in the history
pkgs/seq: point to new project home
  • Loading branch information
minijackson authored Aug 24, 2023
2 parents 2df9c60 + 8fee9ee commit 4df59ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/epnix/support/seq/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
lib,
epnixLib,
mkEpicsPackage,
fetchzip,
fetchdarcs,
re2c,
local_config_site ? {},
local_release ? {},
Expand All @@ -26,8 +25,9 @@ mkEpicsPackage rec {
echo 'include $(TOP)/configure/RELEASE.local' >> configure/RELEASE
'';

src = fetchzip {
url = "https://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-${version}.tar.gz";
src = fetchdarcs {
url = "https://hub.darcs.net/bf/seq-branch-2-2";
rev = "R2-2-9";
sha256 = "sha256-LAqR5Mrph6CNrhpyt/uP5qbaWN0y7sJk6mfxnCk2Jx0=";
};

Expand All @@ -36,7 +36,7 @@ mkEpicsPackage rec {

meta = {
description = "Provides the State Notation Language (SNL), a domain specific programming language";
homepage = "https://www-csr.bessy.de/control/SoftDist/sequencer/";
homepage = "https://epics-sequencer.sourceforge.io/sequencer-2-2/";
license = epnixLib.licenses.epics;
maintainers = with epnixLib.maintainers; [minijackson];
};
Expand Down

0 comments on commit 4df59ba

Please sign in to comment.