constructium: 2026-02-08 -> 2026-04-12 (#509470)

This commit is contained in:
Matteo Pacini
2026-04-18 21:45:28 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@ let
{ directory, meta }:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "open-relay-${name}";
version = "2026-02-08";
version = "2026-04-12";
src = fetchFromGitHub {
owner = "kreativekorp";
repo = "open-relay";
tag = finalAttrs.version;
hash = "sha256-2vgpzbiNuGd8p8fnvt8OTY28bVnoKtFj0TXjaOBFids=";
hash = "sha256-UI3JP/5Os7xWB07dwlEpWuDMG1awpsOr0itmZpxGtyg=";
};
installPhase = ''