mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 15:11:30 +00:00
constructium: 2026-02-08 -> 2026-04-12
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user